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 /Modules/Platform/Windows-MSVC-C.cmake | |
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 'Modules/Platform/Windows-MSVC-C.cmake')
-rw-r--r-- | Modules/Platform/Windows-MSVC-C.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Platform/Windows-MSVC-C.cmake b/Modules/Platform/Windows-MSVC-C.cmake index c7792eb..cbe1586 100644 --- a/Modules/Platform/Windows-MSVC-C.cmake +++ b/Modules/Platform/Windows-MSVC-C.cmake @@ -3,5 +3,3 @@ if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 18.0) set(_FS_C " /FS") endif() __windows_compiler_msvc(C) - -set(CMAKE_C_STANDARD_DEFAULT 90) |