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 3b942c8 commit 5937d61Copy full SHA for 5937d61
cdk/extra/zlib/CMakeLists.txt
@@ -141,7 +141,7 @@ string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*"
141
# -------------------------------------------------------------------------
142
# Disable compile warnings
143
144
-if(WIN32)
+if(MSVC)
145
146
add_compile_options(
147
/wd4996
cdk/protobuf/CMakeLists.txt
@@ -163,7 +163,7 @@ if(APPLE)
163
164
endif()
165
166
167
168
169
/wd4018
0 commit comments