aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-10-01 03:56:09 -0500
committerBrent Cook <busterb@gmail.com>2024-10-01 03:56:09 -0500
commitc04ca241de17cb5a9f69dfbae7bee2ee49700a40 (patch)
tree9f095b91a905975d11c6b3ca25831158ad82f863 /CMakeLists.txt
parent663f6cf6111fa74564182b895e154874af1c7649 (diff)
parent5b8d17bcc3dd353e8a08b650f950adc620a7f7b7 (diff)
downloadportable-c04ca241de17cb5a9f69dfbae7bee2ee49700a40.tar.gz
portable-c04ca241de17cb5a9f69dfbae7bee2ee49700a40.tar.bz2
portable-c04ca241de17cb5a9f69dfbae7bee2ee49700a40.zip
Land #1084, Append version to dll on CMake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93189f7..7d42334 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()