From 9e16e1d39573dbbe4e911f460dfd6eb0cadeba3c Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 5 Nov 2014 16:47:11 +0100 Subject: [PATCH] Remove some obsolete references to cJSON refs #7452 --- lib/base/CMakeLists.txt | 3 --- lib/base/value.hpp | 2 -- 2 files changed, 5 deletions(-) diff --git a/lib/base/CMakeLists.txt b/lib/base/CMakeLists.txt index 815af1162..8467c9468 100644 --- a/lib/base/CMakeLists.txt +++ b/lib/base/CMakeLists.txt @@ -47,9 +47,6 @@ if(HAVE_LIBEXECINFO) target_link_libraries(base execinfo) endif() -include_directories(${icinga2_SOURCE_DIR}/third-party/cJSON) -link_directories(${icinga2_BINARY_DIR}/third-party/cJSON) - include_directories(${icinga2_SOURCE_DIR}/third-party/execvpe) link_directories(${icinga2_BINARY_DIR}/third-party/execvpe) diff --git a/lib/base/value.hpp b/lib/base/value.hpp index 12885cbfe..e6b106738 100644 --- a/lib/base/value.hpp +++ b/lib/base/value.hpp @@ -25,8 +25,6 @@ #include #include -struct cJSON; - namespace icinga { -- 2.40.0