aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-10-01 03:23:09 -0500
committerBrent Cook <busterb@gmail.com>2024-10-01 03:23:09 -0500
commit5feccf86658d09b917c005bfb43191dd38f38c83 (patch)
tree362aa69130e206c1e90543072c5e6aad04744a62
parent9a8d1ec81730b6aface3670b1c96375dca5af424 (diff)
downloadportable-5feccf86658d09b917c005bfb43191dd38f38c83.tar.gz
portable-5feccf86658d09b917c005bfb43191dd38f38c83.tar.bz2
portable-5feccf86658d09b917c005bfb43191dd38f38c83.zip
bump minimum CMake version for DLL_NAME_WITH_SOVERSION
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 048f6cf..387e919 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required (VERSION 3.16.4) 1cmake_minimum_required (VERSION 3.27)
2if(MSVC) 2if(MSVC)
3 cmake_policy(SET CMP0091 NEW) 3 cmake_policy(SET CMP0091 NEW)
4endif() 4endif()