We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69098a1 commit 2d6368bCopy full SHA for 2d6368b
src/lib_json/CMakeLists.txt
@@ -144,7 +144,7 @@ if(BUILD_STATIC_LIBS)
144
145
# avoid name clashes on windows as the shared import lib is also named jsoncpp.lib
146
if(NOT DEFINED STATIC_SUFFIX AND BUILD_SHARED_LIBS)
147
- if (MSVC)
+ if (WIN32)
148
set(STATIC_SUFFIX "_static")
149
else()
150
set(STATIC_SUFFIX "")
0 commit comments