cmake/Modules/Platform/Windows-MSVC-CXX.cmake
2013-11-07 00:51:16 +02:00

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)