Skip to content

Commit f10cac6

Browse files
committed
Fix jsoncpp -> JSONCPP
1 parent 7295c46 commit f10cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ find_package(Threads REQUIRED)
2121
find_package(Boost 1.53.0 COMPONENTS system program_options date_time filesystem REQUIRED)
2222
if(ENABLE_SYSTEM_JSONCPP)
2323
message("-- Linking against system-provided jsoncpp")
24-
find_package(jsoncpp REQUIRED)
24+
find_package(JSONCPP REQUIRED)
2525
else()
2626
message("-- Linking against included jsoncpp")
2727
endif()

0 commit comments

Comments
 (0)