mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-23 04:00:24 -04:00
fix the CI failure
This commit is contained in:
parent
d6152a06ea
commit
6515246e2d
@ -19,9 +19,9 @@ if(BUILD_SHARED_LIBS)
|
||||
else()
|
||||
add_definitions(-DJSON_DLL)
|
||||
endif()
|
||||
target_link_libraries(jsontestrunner_exe jsoncpp_lib)
|
||||
target_link_libraries(jsontestrunner_exe JSONCPP_lib)
|
||||
else()
|
||||
target_link_libraries(jsontestrunner_exe jsoncpp_static)
|
||||
target_link_libraries(jsontestrunner_exe JSONCPP_static)
|
||||
endif()
|
||||
|
||||
set_target_properties(jsontestrunner_exe PROPERTIES OUTPUT_NAME jsontestrunner_exe)
|
||||
|
@ -15,9 +15,9 @@ if(BUILD_SHARED_LIBS)
|
||||
else()
|
||||
add_definitions( -DJSON_DLL )
|
||||
endif()
|
||||
target_link_libraries(jsoncpp_test jsoncpp_lib)
|
||||
target_link_libraries(jsoncpp_test JSONCPP_lib)
|
||||
else()
|
||||
target_link_libraries(jsoncpp_test jsoncpp_static)
|
||||
target_link_libraries(jsoncpp_test JSONCPP_static)
|
||||
endif()
|
||||
|
||||
# another way to solve issue #90
|
||||
|
Loading…
x
Reference in New Issue
Block a user