summaryrefslogtreecommitdiff
path: root/Modules/Platform/Windows-MSVC-CXX.cmake
blob: 0e85005322dfd74e113da670ec6777e68dfbe6c8 (plain)
1
2
3
4
5
6
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)