diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 351e46f..6512745 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -28,6 +28,7 @@ option(BUILD_OSSFUZZ "Build fuzzers for ossfuzz" OFF) option(BUILD_EXAMPLES "Build examples" OFF) option(BUILD_DOC "Build documentation" OFF) -option(LIBZIP_DO_INSTALL "Install libzip and the related files" ON) +option(LIBZIP_DO_INSTALL "Install libzip and the related files" OFF) +option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF) add_subdirectory("libzip")