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.
6 lines
137 B
CMake
6 lines
137 B
CMake
include(Platform/Windows-MSVC)
|
|
if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 18.0)
|
|
set(_FS_C " /FS")
|
|
endif()
|
|
__windows_compiler_msvc(C)
|