diff options
author | Brad King <brad.king@kitware.com> | 2017-12-01 13:18:08 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-12-01 13:18:12 (GMT) |
commit | 47c326c36bff1669f17ea2d89c49dc9152f8268a (patch) | |
tree | 4816db7dd2a74d091b8c65b39e0192b61976fa22 /bootstrap | |
parent | 3c6dab8b72c1a0736a5ddb4c470cf7b7b544ceb1 (diff) | |
parent | 375eca7881bceabf591a4fc278c198657aafbd5e (diff) | |
download | CMake-47c326c36bff1669f17ea2d89c49dc9152f8268a.zip CMake-47c326c36bff1669f17ea2d89c49dc9152f8268a.tar.gz CMake-47c326c36bff1669f17ea2d89c49dc9152f8268a.tar.bz2 |
Merge topic 'bootstrap-clang-5'
375eca78 bootstrap: Check support for unordered_map from compiler mode
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1542
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1068,6 +1068,7 @@ TMPFILE=`cmake_tmp_file` echo ' #include <iostream> #include <memory> +#include <unordered_map> #if __cplusplus < 201103L #error "Compiler is not in a mode aware of C++11." |