diff options
author | Brad King <brad.king@kitware.com> | 2008-01-27 20:09:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-27 20:09:58 (GMT) |
commit | 8f9798061525da510b801d53051c60e882bd84e1 (patch) | |
tree | 985fee8043bef7fd69dc6fa9d3097072d8647e25 /bootstrap | |
parent | 99b97dece82ccfc940b60e3cdb01a0368464629f (diff) | |
download | CMake-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-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |