diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-06-25 12:23:25 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-07-09 13:24:43 (GMT) |
commit | e5798126fcfd08c7ca0f0f8d1fb627b04f655198 (patch) | |
tree | 59419db7f0c352ac662e20506acec74ee627be5c /bootstrap | |
parent | 4408f34cfe5edc76faa1ea974a0225316cfbc702 (diff) | |
download | CMake-e5798126fcfd08c7ca0f0f8d1fb627b04f655198.zip CMake-e5798126fcfd08c7ca0f0f8d1fb627b04f655198.tar.gz CMake-e5798126fcfd08c7ca0f0f8d1fb627b04f655198.tar.bz2 |
STL Support: introduce dedicated configuration file
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1272,6 +1272,9 @@ for feature in ${cmake_cxx_features}; do fi done +cmake_generate_file "${cmake_bootstrap_dir}/cmSTL.hxx" "" + + #----------------------------------------------------------------------------- # Test Make |