Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
c50917bc4f
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -710,6 +710,7 @@ endif()
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
target_compile_options(${BIN_TARGET} PRIVATE "/W0")
target_compile_options(${BIN_TARGET} PRIVATE "/Zc:__cplusplus")
target_compile_options(${BIN_TARGET} PRIVATE "/permissive-")
endif()
if(APPLE)

Loading…
Cancel
Save