We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c2ad4 commit 19a2499Copy full SHA for 19a2499
CMakeLists.txt
@@ -82,6 +82,7 @@ endif()
82
if(MSVC)
83
# add_definitions(-D_USE_MATH_DEFINES)
84
add_definitions(-DNOMINMAX)
85
+ add_compile_options(/permissive-)
86
endif()
87
88
# Look for dependencies
0 commit comments