Skip to content

Commit

Permalink
new: SYSDIG_DIR can be passed as cmake option
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <lo@linux.com>

Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
2 people authored and poiana committed Jun 19, 2019
1 parent 88ed98c commit 3f200c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ endif()

set(CMD_MAKE make)

set(SYSDIG_DIR "${PROJECT_SOURCE_DIR}/../sysdig")
option(SYSDIG_DIR “Set the path to the Sysdig source” “${PROJECT_SOURCE_DIR}/../sysdig”)

This comment has been minimized.

Copy link
@yesnomaybeyes

yesnomaybeyes Jun 19, 2019

Hi all, these quotes are typographical, i.e. fancy quotes which CMake won't recognize ;)

This comment has been minimized.

Copy link
@fntlnz

fntlnz Jun 20, 2019

Author Contributor

thanks for spotting this. This was a terrible mistake, I originally sent this patch on a chat and then for some reason it was wrongly checked in.
I'm sending a fix


# make luaJIT work on OS X
if(APPLE)
set(CMAKE_EXE_LINKER_FLAGS "-pagezero_size 10000 -image_base 100000000")
Expand Down

0 comments on commit 3f200c5

Please sign in to comment.