Skip to content

Commit

Permalink
fix(cmake): add NOCURSES def
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 Nov 27, 2023
1 parent fb2ac75 commit 4765589
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(NOCURSES)

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

0 comments on commit 4765589

Please sign in to comment.