Skip to content

Commit

Permalink
fix: SYSDIG_DIR not as an option but as a set
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
fntlnz authored and poiana committed Jun 20, 2019
1 parent 3f200c5 commit 147ec60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 147ec60

Please sign in to comment.