aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-08-13 23:02:24 -0500
committerBrent Cook <busterb@gmail.com>2023-08-13 23:03:38 -0500
commit7e59829f180ae6542c2582334ab5830c15ba3cea (patch)
tree171eccd5f1995dc8c84376765da6d2a0488e27ad
parent125c54cdd79670c6a0b762d8534488a02383764e (diff)
downloadportable-7e59829f180ae6542c2582334ab5830c15ba3cea.tar.gz
portable-7e59829f180ae6542c2582334ab5830c15ba3cea.tar.bz2
portable-7e59829f180ae6542c2582334ab5830c15ba3cea.zip
version is breaking things
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 272cf6a..8027474 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required (VERSION 3.20.0) 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()