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 7b26c01 commit 3e1987aCopy full SHA for 3e1987a
CMakeLists.txt
@@ -356,6 +356,8 @@ macro(createSingleASL name sourcedir sources)
356
set_property(TARGET ${name} PROPERTY
357
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
358
endif()
359
+ endif()
360
+ if(MSVC)
361
target_compile_options(${name} PRIVATE
362
/wd4013 /wd4018 /wd4101 /wd4244 /wd4273 /wd4267 /wd4996)
363
else()
0 commit comments