mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Build fix
This commit is contained in:
parent
a37472c479
commit
e4e26d66a6
@ -41,7 +41,7 @@ endif()
|
|||||||
|
|
||||||
add_library(cli OBJECT ${cli_SOURCES})
|
add_library(cli OBJECT ${cli_SOURCES})
|
||||||
|
|
||||||
add_dependencies(cli base config remote)
|
add_dependencies(cli base config icinga remote)
|
||||||
|
|
||||||
set_target_properties (
|
set_target_properties (
|
||||||
cli PROPERTIES
|
cli PROPERTIES
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Icinga 2 | (c) 2020 Icinga GmbH | GPLv2+ */
|
/* Icinga 2 | (c) 2020 Icinga GmbH | GPLv2+ */
|
||||||
|
|
||||||
#include "cli/pkiverifycommand.hpp"
|
#include "cli/pkiverifycommand.hpp"
|
||||||
#include "icinga/checkresult.hpp"
|
#include "icinga/service.hpp"
|
||||||
#include "remote/pkiutility.hpp"
|
#include "remote/pkiutility.hpp"
|
||||||
#include "base/tlsutility.hpp"
|
#include "base/tlsutility.hpp"
|
||||||
#include "base/logger.hpp"
|
#include "base/logger.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user