mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 18:27:23 +00:00
0b7e7e277c
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.
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)
|