From cb741bec302326f82b0598d2d7eddcc27667bf97 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Mon, 16 Dec 2024 14:27:33 +0000 Subject: [PATCH] fix(build): do not require zlib for Falco Signed-off-by: Luca Guerra --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59edf1716da..4a0154ab8a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,6 @@ if(NOT EMSCRIPTEN) include(tbb) endif() -include(zlib) include(valijson) if(NOT MINIMAL_BUILD) if(NOT WIN32