|
@@ -19,6 +19,7 @@ if("x${CMAKE_C_SIMULATE_ID}" STREQUAL "xMSVC"
|
|
|
OR "x${CMAKE_CXX_SIMULATE_ID}" STREQUAL "xMSVC"
|
|
OR "x${CMAKE_CXX_SIMULATE_ID}" STREQUAL "xMSVC"
|
|
|
OR "x${CMAKE_Fortran_SIMULATE_ID}" STREQUAL "xMSVC")
|
|
OR "x${CMAKE_Fortran_SIMULATE_ID}" STREQUAL "xMSVC")
|
|
|
macro(__compiler_clang lang)
|
|
macro(__compiler_clang lang)
|
|
|
|
|
+ set(CMAKE_INCLUDE_SYSTEM_FLAG_${lang} "-imsvc ")
|
|
|
endmacro()
|
|
endmacro()
|
|
|
else()
|
|
else()
|
|
|
include(Compiler/GNU)
|
|
include(Compiler/GNU)
|