Skip to content

Commit 1f45652

Browse files
committed
fix(cmake): remove zlib inclusion
`zlib.cmake` module was removed in #2174 but `userspace/sysdig/CMakeLists.txt` still includes it Related to Homebrew/homebrew-core#258081 Signed-off-by: botantony <antonsm21@gmail.com>
1 parent 0d3e86d commit 1f45652

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

userspace/sysdig/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ if(NOT WIN32)
2020
include(ncurses)
2121
endif() # NOT WIN32
2222

23-
include(zlib)
2423
include(luajit)
2524

2625
include_directories("${PROJECT_BINARY_DIR}/userspace/sinspui")

0 commit comments

Comments
 (0)