diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | test/CMakeLists.txt | 2 |
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) |