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 181f9eb commit 400ec89Copy full SHA for 400ec89
src/test_lib_json/CMakeLists.txt
@@ -12,7 +12,7 @@ add_executable( jsoncpp_test
12
if(BUILD_SHARED_LIBS)
13
add_compile_definitions( JSON_DLL )
14
endif()
15
-target_link_libraries(jsoncpp_test jsoncpp_lib fuzz)
+target_link_libraries(jsoncpp_test jsoncpp_lib)
16
17
# another way to solve issue #90
18
#set_target_properties(jsoncpp_test PROPERTIES COMPILE_FLAGS -ffloat-store)
0 commit comments