1 diff --git a/userspace/libsinsp/CMakeLists.txt b/userspace/libsinsp/CMakeLists.txt
2 index ea3967d..0e55152 100644
3 --- a/userspace/libsinsp/CMakeLists.txt
4 +++ b/userspace/libsinsp/CMakeLists.txt
5 @@ -38,6 +38,7 @@ include(ExternalProject)
7 if(NOT WIN32 AND NOT APPLE)
9 + find_library(ZSTD_LIB NAMES zstd)
13 @@ -249,7 +250,8 @@ if(NOT WIN32)
21 if(NOT MUSL_OPTIMIZED_BUILD)
22 list(APPEND SINSP_LIBRARIES
23 @@ -314,4 +316,3 @@ option(BUILD_LIBSINSP_EXAMPLES "Build libsinsp examples" ON)
24 if (BUILD_LIBSINSP_EXAMPLES)
25 add_subdirectory(examples)