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 7295c46 commit f10cac6Copy full SHA for f10cac6
client_server/CMakeLists.txt
@@ -21,7 +21,7 @@ find_package(Threads REQUIRED)
21
find_package(Boost 1.53.0 COMPONENTS system program_options date_time filesystem REQUIRED)
22
if(ENABLE_SYSTEM_JSONCPP)
23
message("-- Linking against system-provided jsoncpp")
24
- find_package(jsoncpp REQUIRED)
+ find_package(JSONCPP REQUIRED)
25
else()
26
message("-- Linking against included jsoncpp")
27
endif()
0 commit comments