Skip to content
Snippets Groups Projects
Commit 621712df authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

suppress MSVC warning C4068 about unknown pragmas

parent c55c921e
No related branches found
No related tags found
1 merge request!2540suppress MSVC warning C4068 about unknown pragmas
Pipeline #141369 passed
...@@ -29,3 +29,4 @@ string(APPEND CMAKE_SHARED_LINKER_FLAGS_DEBUG ...@@ -29,3 +29,4 @@ string(APPEND CMAKE_SHARED_LINKER_FLAGS_DEBUG
" /NODEFAULTLIB:libcmt.lib") " /NODEFAULTLIB:libcmt.lib")
add_compile_options($<$<CONFIG:Debug>:/ZI>) add_compile_options($<$<CONFIG:Debug>:/ZI>)
add_compile_options("/wd4068") # don't warn about unknown pragmas
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment