Skip to content

Commit

Permalink
fix(cmake): add NOCURSESUI def
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Nov 27, 2023
1 parent fb2ac75 commit de37bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userspace/sysdig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ if(NOT WIN32)
else()
include(luajit)

add_definitions(-DNOCURSESUI)

target_link_libraries(sysdig
sinsp
"${YAMLCPP_LIB}")
Expand Down

0 comments on commit de37bf6

Please sign in to comment.