[cmake-commits] alex committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 8 13:05:29 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/FindPackageTest
In directory public:/mounts/ram/cvs-serv1840/Tests/FindPackageTest

Modified Files:
	CMakeLists.txt 
Log Message:

ENH: remove the watch for the upper case variable name, it breaks the
feature summary, which needs to check for both the upper case and original
case _FOUND variables

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/FindPackageTest/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	7 Aug 2007 22:02:33 -0000	1.2
+++ CMakeLists.txt	8 Aug 2007 17:05:27 -0000	1.3
@@ -4,7 +4,7 @@
 FIND_PACKAGE(OpenGL QUIET)
 
 # Look for a package that has no find module and will not be found.
-#FIND_PACKAGE(NotAPackage QUIET)
+FIND_PACKAGE(NotAPackage QUIET)
 
 # Look for a package that has an advanced find module.
 FIND_PACKAGE(VTK QUIET)



More information about the Cmake-commits mailing list