From 172983ed4a364bbd55c523f9cadda8353afb97d6 Mon Sep 17 00:00:00 2001 From: Werner Date: Sun, 15 Dec 2024 19:17:25 +0100 Subject: [PATCH] ints.h is also needed to be installed --- contrib/minizip/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index 23abc7a22..e43341964 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt @@ -76,6 +76,7 @@ set(LIBMINIZIP_SRCS set(LIBMINIZIP_HDRS crypt.h + ints.h ioapi.h mztools.h unzip.h