From 2ab0b841e22ea5c5a8f3fa2f42533799691da8db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2024 13:31:59 +0200 Subject: [PATCH] Fix version to avoid empty LIBZIP_VERSION_MICRO --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e81d842e..9587ce98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0") endif() project(libzip - VERSION 1.11 + VERSION 1.11.0 LANGUAGES C) option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)