Skip to content

Commit

Permalink
Merge branch 'master' into fix_comparison_warning
Browse files Browse the repository at this point in the history
  • Loading branch information
baylesj authored Dec 3, 2024
2 parents d2f141c + 3f86349 commit 04778f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_json/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if(BUILD_STATIC_LIBS)

# avoid name clashes on windows as the shared import lib is also named jsoncpp.lib
if(NOT DEFINED STATIC_SUFFIX AND BUILD_SHARED_LIBS)
if (WIN32)
if (MSVC OR ("${CMAKE_C_SIMULATE_ID}" STREQUAL "MSVC"))
set(STATIC_SUFFIX "_static")
else()
set(STATIC_SUFFIX "")
Expand Down

0 comments on commit 04778f3

Please sign in to comment.