Skip to content

Commit

Permalink
chore(cmake): always build w/ modern bpf enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Jun 5, 2024
1 parent 10e2131 commit ea72d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ endif()

# Modern BPF is not supported on not Linux systems and in MINIMAL_BUILD
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
option(BUILD_SYSDIG_MODERN_BPF "Build modern BPF support for Sysdig" OFF)
option(BUILD_SYSDIG_MODERN_BPF "Build modern BPF support for Sysdig" ON)
if(BUILD_SYSDIG_MODERN_BPF)
add_definitions(-DHAS_MODERN_BPF)
endif()
Expand Down

0 comments on commit ea72d55

Please sign in to comment.