Added /permissive-
This commit is contained in:
parent
1183d39f43
commit
3b98e220bc
@ -57,6 +57,7 @@ else()
|
|||||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||||
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||||
add_compile_options(/Za)
|
add_compile_options(/Za)
|
||||||
|
add_compile_options(/permissive-)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user