From a0fcf9f39e2c4d9f7f7266e5f26673e12511b52e Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sat, 23 May 2020 17:52:52 +0100 Subject: [PATCH] Switched master to latets json-c --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2511e35e..53a2f535 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -61,13 +61,13 @@ SET(CMAKE_SKIP_BUILD_RPATH FALSE) SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) # /opt/libgobgp_1_0_0/lib should be mentioned here explicitly!!!! We link it in runtime -SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH};/opt/libhiredis_0_13/lib;/opt/log4cpp1.1.1/lib;/opt/luajit_2.0.4/lib;/opt/ndpi/lib;/opt/pf_ring_6.0.3/lib;/opt/json-c-0.12/lib;/opt/mongo_c_driver_1_1_9/lib;/opt/libgobgp_1_0_0/lib;/opt/grpc_0_11_1_7a94236d698477636dd06282f12f706cad527029/lib;/opt/protobuf_3.0.0_alpha4/lib") +SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH};/opt/libhiredis_0_13/lib;/opt/log4cpp1.1.1/lib;/opt/luajit_2.0.4/lib;/opt/ndpi/lib;/opt/pf_ring_6.0.3/lib;/opt/json-c-0.13/lib;/opt/mongo_c_driver_1_1_9/lib;/opt/libgobgp_1_0_0/lib;/opt/grpc_0_11_1_7a94236d698477636dd06282f12f706cad527029/lib;/opt/protobuf_3.0.0_alpha4/lib") message(STATUS "C++ compilation flags: ${CMAKE_CXX_FLAGS_RELEASE}") set(HIREDIS_CUSTOM_INSTALL_PATH "/opt/libhiredis_0_13") set(LOG4CPP_CUSTOM_INSTALL_PATH "/opt/log4cpp1.1.1") -set(JSONC_CUSTOM_INSTALL_PATH "/opt/json-c-0.12") +set(JSONC_CUSTOM_INSTALL_PATH "/opt/json-c-0.13") set(PFRING_CUSTOM_INSTALL_PATH "/opt/pf_ring_6.0.3") set(LIBPCAP_CUSTOM_INSTALL_PATH "/opt/libpcap_1.7.4") set(MONGO_C_CUSTOM_INSTALL_PATH "/opt/mongo_c_driver_1_1_9")