mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-16 13:17:04 +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)
|
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
|
# make luaJIT work on OS X
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user