Skip to content

Commit 400ec89

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Update CMakeLists.txt
1 parent 181f9eb commit 400ec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_lib_json/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ add_executable( jsoncpp_test
1212
if(BUILD_SHARED_LIBS)
1313
add_compile_definitions( JSON_DLL )
1414
endif()
15-
target_link_libraries(jsoncpp_test jsoncpp_lib fuzz)
15+
target_link_libraries(jsoncpp_test jsoncpp_lib)
1616

1717
# another way to solve issue #90
1818
#set_target_properties(jsoncpp_test PROPERTIES COMPILE_FLAGS -ffloat-store)

0 commit comments

Comments
 (0)