diff options
author | Brad King <brad.king@kitware.com> | 2017-09-11 18:55:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-12 13:13:44 (GMT) |
commit | 39be8a9d191410ad7dfe4ec033d7e91f55a71cf6 (patch) | |
tree | 2092bed8196d633b4f67ba53d6378f71b1bea0c4 /CTestConfig.cmake | |
parent | bf19bb5609b409c9c4043b22a7bbdb38354af73a (diff) | |
download | CMake-39be8a9d191410ad7dfe4ec033d7e91f55a71cf6.zip CMake-39be8a9d191410ad7dfe4ec033d7e91f55a71cf6.tar.gz CMake-39be8a9d191410ad7dfe4ec033d7e91f55a71cf6.tar.bz2 |
MSVC: Avoid unnecessary C++ feature detection steps
Since commit v3.9.0-rc1~17^2~4 (Compilers: Port to use default
cmake_record_lang_compile_features macros, 2017-05-10) we run full
per-language-standard feature detection for MSVC. This is not necessary
because the base mode for MSVC has all features we define except for the
meta-features for C++14 and above. Override the default C++ feature
detection macro for MSVC to run detection only once as before.
Fixes: #17274
Diffstat (limited to 'CTestConfig.cmake')
0 files changed, 0 insertions, 0 deletions