2012-08-23 20:00:55 +04:00
|
|
|
include(Platform/Windows-MSVC)
|
|
|
|
set(_COMPILE_CXX " /TP")
|
2013-10-18 18:22:57 +04:00
|
|
|
if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 18.0)
|
|
|
|
set(_FS_CXX " /FS")
|
|
|
|
endif()
|
2012-08-23 20:00:55 +04:00
|
|
|
__windows_compiler_msvc(CXX)
|
2014-04-06 17:55:37 +04:00
|
|
|
|
|
|
|
macro(cmake_record_cxx_compile_features)
|
|
|
|
record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES)
|
|
|
|
endmacro()
|