Revision ab6201ab647c13fee44c44822b8502e9848faaaf authored by Matt McCormick on 05 March 2014, 22:41:47 UTC, committed by Brad King on 06 March 2014, 16:37:59 UTC
Python 3.4.0rnc1 was released on 2014-02-20.
1 parent a7c956b
Raw File
Windows-MSVC-CXX.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)
back to top