[cmake-commits] king committed CMakeLists.txt 1.92 1.93

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 1 10:54:52 EST 2008


Update of /cvsroot/CMake/CMake/Tests/SimpleInstall
In directory public:/mounts/ram/cvs-serv6115

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Fix SimpleInstall test to work with new dependency of package on all.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleInstall/CMakeLists.txt,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- CMakeLists.txt	10 Nov 2007 11:54:43 -0000	1.92
+++ CMakeLists.txt	1 Jan 2008 15:54:49 -0000	1.93
@@ -18,6 +18,7 @@
 # Skip the dependency that causes a build when installing.  This
 # avoids infinite loops when the post-build rule below installs.
 SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1)
+SET(CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY 1)
 
 SET(CMAKE_DEBUG_POSTFIX "_test_debug_postfix")
 



More information about the Cmake-commits mailing list