]> granicus.if.org Git - icinga2/commitdiff
Remove some obsolete references to cJSON
authorGunnar Beutner <gunnar@beutner.name>
Wed, 5 Nov 2014 15:47:11 +0000 (16:47 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 5 Nov 2014 15:47:11 +0000 (16:47 +0100)
refs #7452

lib/base/CMakeLists.txt
lib/base/value.hpp

index 815af1162a4da0291d732c194b0af4eb376e1d42..8467c9468509e0c09380e0f9d0895626f7083535 100644 (file)
@@ -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)
 
index 12885cbfefe1bbf6686fd1810129315782bcd7ac..e6b106738796d53a1aa701f3b9a6b3e77c00fd73 100644 (file)
@@ -25,8 +25,6 @@
 #include <boost/variant/variant.hpp>
 #include <boost/variant/get.hpp>
 
-struct cJSON;
-
 namespace icinga
 {