diff --git a/CMakeLists.txt b/CMakeLists.txt index 874e56b..0c62cb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,6 +117,8 @@ install(TARGETS ${_libname} INCLUDES DESTINATION include/${PROJECT_NAME} ) +find_package(ZLIB REQUIRED "1.0") + foreach(_comp ${_selected_components}) # Install targets and headers string(TOLOWER ${_comp} _comp_lower)