aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-10-02 04:41:23 +0200
committerTheo Buehler <tb@openbsd.org>2024-10-02 04:41:23 +0200
commit415eb81ec3e3c2425668db7abde9153228d9f1de (patch)
treeefebc69c9351b43864a986efebcadd8d168cb33c
parentc169d7e61e39cfdb836e1b0af3618af514defec5 (diff)
downloadportable-415eb81ec3e3c2425668db7abde9153228d9f1de.tar.gz
portable-415eb81ec3e3c2425668db7abde9153228d9f1de.tar.bz2
portable-415eb81ec3e3c2425668db7abde9153228d9f1de.zip
Revert "bump minimum CMake version for DLL_NAME_WITH_SOVERSION"
This reverts commit 5feccf86658d09b917c005bfb43191dd38f38c83.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f05c3b..62caadc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required (VERSION 3.27) 1cmake_minimum_required (VERSION 3.16.4)
2if(MSVC) 2if(MSVC)
3 cmake_policy(SET CMP0091 NEW) 3 cmake_policy(SET CMP0091 NEW)
4endif() 4endif()