mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-14 04:16:17 +00:00
fix: SYSDIG_DIR not as an option but as a set
Signed-off-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
3f200c52b0
commit
147ec6073c
@ -75,7 +75,10 @@ endif()
|
||||
|
||||
set(CMD_MAKE make)
|
||||
|
||||
option(SYSDIG_DIR “Set the path to the Sysdig source” “${PROJECT_SOURCE_DIR}/../sysdig”)
|
||||
if(NOT SYSDIG_DIR)
|
||||
set(SYSDIG_DIR "${PROJECT_SOURCE_DIR}/../sysdig")
|
||||
endif()
|
||||
|
||||
|
||||
# make luaJIT work on OS X
|
||||
if(APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user