Skip to content

Commit cb741be

Browse files
committed
fix(build): do not require zlib for Falco
Signed-off-by: Luca Guerra <[email protected]>
1 parent 643d413 commit cb741be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ if(NOT EMSCRIPTEN)
183183
include(tbb)
184184
endif()
185185

186-
include(zlib)
187186
include(valijson)
188187
if(NOT MINIMAL_BUILD)
189188
if(NOT WIN32

0 commit comments

Comments
 (0)