mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Revert commits:2d738ce3Help: Add notes for topic 'feature_record_msvc'f73718c9Features: Enable writing of MSVC compiler feature header.64c30bdcFeatures: Record for MSVC C++ 2015 and MSVC C 2010-2015.225c0ef8Features: Record for MSVC 2010-2013. This topic was merged to master prematurely, so remove it.
7 lines
168 B
CMake
7 lines
168 B
CMake
include(Platform/Windows-MSVC)
|
|
set(_COMPILE_CXX " /TP")
|
|
if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18.0)
|
|
set(_FS_CXX " /FS")
|
|
endif()
|
|
__windows_compiler_msvc(CXX)
|