summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-27 20:09:58 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-27 20:09:58 (GMT)
commit8f9798061525da510b801d53051c60e882bd84e1 (patch)
tree985fee8043bef7fd69dc6fa9d3097072d8647e25 /bootstrap
parent99b97dece82ccfc940b60e3cdb01a0368464629f (diff)
downloadCMake-8f9798061525da510b801d53051c60e882bd84e1.zip
CMake-8f9798061525da510b801d53051c60e882bd84e1.tar.gz
CMake-8f9798061525da510b801d53051c60e882bd84e1.tar.bz2
COMP: Use kwsys to get STL set_intersection algorithm.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ad10eed..e08dc01 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1213,7 +1213,7 @@ cmake_replace_string "${cmake_source_dir}/Source/kwsys/kwsys_stl.hxx.in" \
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