mirror of https://github.com/Icinga/icinga2.git
parent
cfc418c9eb
commit
9e16e1d395
|
@ -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)
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include <boost/variant/variant.hpp>
|
||||
#include <boost/variant/get.hpp>
|
||||
|
||||
struct cJSON;
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue