[cmake-commits] king committed CMakeLists.txt 1.120 1.121

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Mar 3 15:32:02 EST 2007


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv29580

Modified Files:
	CMakeLists.txt 
Log Message:
COMP: Disable auto_ptr test for now.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/CMakeLists.txt,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- CMakeLists.txt	3 Mar 2007 19:48:48 -0000	1.120
+++ CMakeLists.txt	3 Mar 2007 20:32:00 -0000	1.121
@@ -871,7 +871,7 @@
 
     # C++ tests
     SET(KWSYS_CXX_TESTS
-      testAutoPtr
+      #      testAutoPtr
       testHashSTL
       testRegistry
       testIOS



More information about the Cmake-commits mailing list