[cmake-commits] king committed bootstrap 1.104 1.105

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Jan 27 15:10:00 EST 2008


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

Modified Files:
	bootstrap 
Log Message:
COMP: Use kwsys to get STL set_intersection algorithm.


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- bootstrap	27 Jan 2008 18:42:49 -0000	1.104
+++ bootstrap	27 Jan 2008 20:09:58 -0000	1.105
@@ -1213,7 +1213,7 @@
 cmake_replace_string "${cmake_bootstrap_dir}/cmsys/stl/stl.hxx.in" \
    "${cmake_bootstrap_dir}/cmsys/stl/stl.h.in" KWSYS_NAMESPACE cmsys
 
-for a in string vector map; do
+for a in string vector map algorithm; do
   cmake_replace_string "${cmake_bootstrap_dir}/cmsys/stl/stl.h.in" \
     "${cmake_bootstrap_dir}/cmsys/stl/${a}" KWSYS_STL_HEADER ${a}
 done



More information about the Cmake-commits mailing list