From adbbe244b0d004e087068975994a0a1315623a6a Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Fri, 20 May 2016 21:30:36 +0200 Subject: [PATCH] JsonCPP should now be downloaded and included properly --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e07e4f4..edffb27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) include_directories ( "cameradar_standalone/include" - "../cctv_server2/deps/jsoncpp/src/deps.jsoncpp/include" + "deps/jsoncpp/src/deps.jsoncpp/include" ) #build cache managers