[cmake-commits] alex committed CMakeLists.txt 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Aug 7 18:02:35 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/FindPackageTest
In directory public:/mounts/ram/cvs-serv4282
Modified Files:
CMakeLists.txt
Log Message:
BUG: disable this test temporarily
Alex
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/FindPackageTest/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt 24 Jul 2003 15:33:06 -0000 1.1
+++ CMakeLists.txt 7 Aug 2007 22:02:33 -0000 1.2
@@ -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