mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-11 05:33:33 +00:00
build: remove unused code from main CMakeLists.txt
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
572ac46d85
commit
ce112d7238
@ -106,11 +106,6 @@ include(ExternalProject)
|
|||||||
# jq
|
# jq
|
||||||
include(jq)
|
include(jq)
|
||||||
|
|
||||||
# jsoncpp
|
|
||||||
set(JSONCPP_SRC "${SYSDIG_DIR}/userspace/libsinsp/third-party/jsoncpp")
|
|
||||||
set(JSONCPP_INCLUDE "${JSONCPP_SRC}")
|
|
||||||
set(JSONCPP_LIB_SRC "${JSONCPP_SRC}/jsoncpp.cpp")
|
|
||||||
|
|
||||||
# nlohmann-json
|
# nlohmann-json
|
||||||
set(NJSON_SRC "${PROJECT_BINARY_DIR}/njson-prefix/src/njson")
|
set(NJSON_SRC "${PROJECT_BINARY_DIR}/njson-prefix/src/njson")
|
||||||
message(STATUS "Using bundled nlohmann-json in '${NJSON_SRC}'")
|
message(STATUS "Using bundled nlohmann-json in '${NJSON_SRC}'")
|
||||||
@ -279,6 +274,9 @@ add_subdirectory(rules)
|
|||||||
# Dockerfiles
|
# Dockerfiles
|
||||||
add_subdirectory(docker)
|
add_subdirectory(docker)
|
||||||
|
|
||||||
|
# # Clang format add_custom_target( format COMMAND clang-format --style=file -i $<TARGET_PROPERTY:falco,SOURCES> COMMENT
|
||||||
|
# "Formatting ..." VERBATIM)
|
||||||
|
|
||||||
# shared build variables
|
# shared build variables
|
||||||
set(FALCO_SINSP_LIBRARY sinsp)
|
set(FALCO_SINSP_LIBRARY sinsp)
|
||||||
set(FALCO_SHARE_DIR share/falco)
|
set(FALCO_SHARE_DIR share/falco)
|
||||||
|
Loading…
Reference in New Issue
Block a user