aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2025-04-26 16:57:15 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2025-04-26 16:57:15 +0200
commit272af27a3d148bd13e8f15640e53ca70c64ccb9b (patch)
tree6d289e6cd2817f22a3a3083aaa58279990a2bde0
parente7cd06823f1cf5ff1f0820de714dcd55f7e5a4e8 (diff)
downloadatracdenc-master.tar.gz
Compatibility with modern cmakeHEADmaster
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--test/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4d08de8..86caec5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.1...3.26)
project(atracdenc)
include_directories(src)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ea0956d..57a5e41 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.1...3.26)
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_C_STANDARD 11)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index fcd3e0d..1b2cb1d 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.1...3.26)
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_C_STANDARD 11)