mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
chore: remove not used dependency - string-view-lite
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
3a56804cff
commit
47fd90bb7f
@ -181,9 +181,6 @@ include(cxxopts)
|
|||||||
# One TBB
|
# One TBB
|
||||||
include(tbb)
|
include(tbb)
|
||||||
|
|
||||||
#string-view-lite
|
|
||||||
include(DownloadStringViewLite)
|
|
||||||
|
|
||||||
if(NOT MINIMAL_BUILD)
|
if(NOT MINIMAL_BUILD)
|
||||||
include(zlib)
|
include(zlib)
|
||||||
include(cares)
|
include(cares)
|
||||||
|
@ -28,7 +28,6 @@ set(FALCO_ENGINE_SOURCE_FILES
|
|||||||
rule_loader_compiler.cpp)
|
rule_loader_compiler.cpp)
|
||||||
|
|
||||||
add_library(falco_engine STATIC ${FALCO_ENGINE_SOURCE_FILES})
|
add_library(falco_engine STATIC ${FALCO_ENGINE_SOURCE_FILES})
|
||||||
add_dependencies(falco_engine njson string-view-lite)
|
|
||||||
|
|
||||||
if(USE_BUNDLED_DEPS)
|
if(USE_BUNDLED_DEPS)
|
||||||
add_dependencies(falco_engine yamlcpp)
|
add_dependencies(falco_engine yamlcpp)
|
||||||
|
@ -73,7 +73,6 @@ list(APPEND FALCO_INCLUDE_DIRECTORIES "${FALCO_EXTRA_INCLUDE_DIRS}")
|
|||||||
|
|
||||||
set(
|
set(
|
||||||
FALCO_DEPENDENCIES
|
FALCO_DEPENDENCIES
|
||||||
string-view-lite
|
|
||||||
b64
|
b64
|
||||||
cxxopts
|
cxxopts
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user