[cmake-commits] king committed bootstrap 1.100 1.101

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 17 10:35:34 EST 2008


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv10882

Modified Files:
	bootstrap 
Log Message:
COMP: The find_package command needs more of kwsys.  Added String.h, String.c, and auto_ptr.hxx to bootstrapping kwsys.


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- bootstrap	15 Nov 2007 02:17:53 -0000	1.100
+++ bootstrap	17 Jan 2008 15:35:32 -0000	1.101
@@ -184,6 +184,7 @@
 if ${cmake_system_mingw}; then
   KWSYS_C_SOURCES="\
     ProcessWin32 \
+    String \
     System"
   KWSYS_C_MINGW_SOURCES="\
     ProcessFwd9x \
@@ -193,6 +194,7 @@
 else
   KWSYS_C_SOURCES="\
     ProcessUNIX \
+    String \
     System"
   KWSYS_C_MINGW_SOURCES=""
   KWSYS_C_GENERATED_SOURCES=""
@@ -205,10 +207,12 @@
   SystemTools"
 
 KWSYS_FILES="\
+  auto_ptr.hxx \
   Directory.hxx \
   Glob.hxx \
   Process.h \
   RegularExpression.hxx \
+  String.h \
   String.hxx \
   System.h \
   SystemTools.hxx"



More information about the Cmake-commits mailing list