diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c8c7e96..6b3188a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,6 +215,7 @@ if (WIN32) set(LIBZIP_LIBRARY ${CMAKE_BINARY_DIR}/libzip/lib/libzip.dll.a) else() set(LIBZIP_LIBRARY ${CMAKE_BINARY_DIR}/libzip/lib/libzip.a) +endif() add_subdirectory(libzippp) # Path to the patch file