From 5feccf86658d09b917c005bfb43191dd38f38c83 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 1 Oct 2024 03:23:09 -0500 Subject: bump minimum CMake version for DLL_NAME_WITH_SOVERSION --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 048f6cf..387e919 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.16.4) +cmake_minimum_required (VERSION 3.27) if(MSVC) cmake_policy(SET CMP0091 NEW) endif() -- cgit v1.2.3-55-g6feb