File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ if(BUILD_SHARED_LIBS)
19
19
else ()
20
20
add_definitions (-DJSON_DLL )
21
21
endif ()
22
- target_link_libraries (jsontestrunner_exe jsoncpp_lib )
22
+ target_link_libraries (jsontestrunner_exe JSONCPP_lib )
23
23
else ()
24
- target_link_libraries (jsontestrunner_exe jsoncpp_static )
24
+ target_link_libraries (jsontestrunner_exe JSONCPP_static )
25
25
endif ()
26
26
27
27
set_target_properties (jsontestrunner_exe PROPERTIES OUTPUT_NAME jsontestrunner_exe )
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ if(BUILD_SHARED_LIBS)
15
15
else ()
16
16
add_definitions ( -DJSON_DLL )
17
17
endif ()
18
- target_link_libraries (jsoncpp_test jsoncpp_lib )
18
+ target_link_libraries (jsoncpp_test JSONCPP_lib )
19
19
else ()
20
- target_link_libraries (jsoncpp_test jsoncpp_static )
20
+ target_link_libraries (jsoncpp_test JSONCPP_static )
21
21
endif ()
22
22
23
23
# another way to solve issue #90
You can’t perform that action at this time.
0 commit comments