diff options
author | Brad King <brad.king@kitware.com> | 2015-01-14 18:35:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-14 18:35:58 (GMT) |
commit | 0b7e7e277c111d274d7dba378273f77d5b2a4fd7 (patch) | |
tree | fad6fd6c217b53756df16defa84c4a16cb06d89a /Tests/RunCMake/CompileFeatures | |
parent | 2d738ce37acda92b344b1d3f2be2d3b6df63763c (diff) | |
download | CMake-0b7e7e277c111d274d7dba378273f77d5b2a4fd7.zip CMake-0b7e7e277c111d274d7dba378273f77d5b2a4fd7.tar.gz CMake-0b7e7e277c111d274d7dba378273f77d5b2a4fd7.tar.bz2 |
Revert topic 'feature_record_msvc'
Revert commits:
2d738ce3 Help: Add notes for topic 'feature_record_msvc'
f73718c9 Features: Enable writing of MSVC compiler feature header.
64c30bdc Features: Record for MSVC C++ 2015 and MSVC C 2010-2015.
225c0ef8 Features: Record for MSVC 2010-2013.
This topic was merged to master prematurely, so remove it.
Diffstat (limited to 'Tests/RunCMake/CompileFeatures')
-rw-r--r-- | Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake b/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake index 3b37091..1892a5c 100644 --- a/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake +++ b/Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake @@ -27,13 +27,8 @@ if (NOT CXX_FEATURES) run_cmake(NoSupportedCxxFeatures) run_cmake(NoSupportedCxxFeaturesGenex) else() - # compilers such as MSVC have no explicit flags to enable c++11 mode. - # Instead they come with all c++11 features implicitly enabled. - # So for those types of compilers this tests is not applicable. - if(CMAKE_CXX11_STANDARD_COMPILE_OPTION) - run_cmake(LinkImplementationFeatureCycle) - run_cmake(LinkImplementationFeatureCycleSolved) - endif() + run_cmake(LinkImplementationFeatureCycle) + run_cmake(LinkImplementationFeatureCycleSolved) if (";${CXX_FEATURES};" MATCHES ";cxx_final;") set(RunCMake_TEST_OPTIONS "-DHAVE_FINAL=1") |