summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-MSVC-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-14 18:35:53 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-14 18:35:58 (GMT)
commit0b7e7e277c111d274d7dba378273f77d5b2a4fd7 (patch)
treefad6fd6c217b53756df16defa84c4a16cb06d89a /Modules/Platform/Windows-MSVC-CXX.cmake
parent2d738ce37acda92b344b1d3f2be2d3b6df63763c (diff)
downloadCMake-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 'Modules/Platform/Windows-MSVC-CXX.cmake')
-rw-r--r--Modules/Platform/Windows-MSVC-CXX.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/Modules/Platform/Windows-MSVC-CXX.cmake b/Modules/Platform/Windows-MSVC-CXX.cmake
index ad56f68..0e85005 100644
--- a/Modules/Platform/Windows-MSVC-CXX.cmake
+++ b/Modules/Platform/Windows-MSVC-CXX.cmake
@@ -4,12 +4,3 @@ if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18.0)
set(_FS_CXX " /FS")
endif()
__windows_compiler_msvc(CXX)
-
-# No version of MSVC has full conformance to C++11. Therefore the
-# __cplusplus macro always evaluates to 98 even if the compilers come with
-# C++11/14/+ features enabled.
-set(CMAKE_CXX_STANDARD_DEFAULT 98)
-
-macro(cmake_record_cxx_compile_features)
- record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES)
-endmacro()