mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 14:47:00 +00:00
cleanup(build): remove bundled dep check
Signed-off-by: Gianmatteo Palmieri <mail@gian.im>
This commit is contained in:
committed by
poiana
parent
0fd3732422
commit
91e74b1b19
@@ -84,9 +84,7 @@ set(
|
||||
"${YAMLCPP_LIB}"
|
||||
)
|
||||
|
||||
if(USE_BUNDLED_DEPS)
|
||||
list(APPEND FALCO_DEPENDENCIES yamlcpp)
|
||||
endif()
|
||||
list(APPEND FALCO_DEPENDENCIES yamlcpp)
|
||||
|
||||
if(NOT WIN32)
|
||||
list(
|
||||
|
Reference in New Issue
Block a user