aboutsummaryrefslogtreecommitdiffstats
path: root/test
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 /test
parente7cd06823f1cf5ff1f0820de714dcd55f7e5a4e8 (diff)
downloadatracdenc-master.tar.gz
Compatibility with modern cmakeHEADmaster
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)