diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-06-25 14:23:25 +0200 |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-07-09 15:24:43 +0200 |
commit | e5798126fcfd08c7ca0f0f8d1fb627b04f655198 (patch) | |
tree | 59419db7f0c352ac662e20506acec74ee627be5c /bootstrap | |
parent | 4408f34cfe5edc76faa1ea974a0225316cfbc702 (diff) | |
download | cmake-e5798126fcfd08c7ca0f0f8d1fb627b04f655198.tar.gz |
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 |