[cmake-commits] king committed auto_ptr.hxx.in 1.9 1.10 CMakeLists.txt 1.121 1.122

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Mar 3 15:43:34 EST 2007


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

Modified Files:
	auto_ptr.hxx.in CMakeLists.txt 
Log Message:
COMP: All kwsys .hxx headers should include Configure.hxx.  Re-enabling testAutoPtr.


Index: auto_ptr.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/auto_ptr.hxx.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- auto_ptr.hxx.in	3 Mar 2007 20:05:52 -0000	1.9
+++ auto_ptr.hxx.in	3 Mar 2007 20:43:31 -0000	1.10
@@ -14,6 +14,8 @@
 #ifndef @KWSYS_NAMESPACE at _auto_ptr_hxx
 #define @KWSYS_NAMESPACE at _auto_ptr_hxx
 
+#include <@KWSYS_NAMESPACE@/Configure.hxx>
+
 namespace @KWSYS_NAMESPACE@
 {
 

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



More information about the Cmake-commits mailing list