diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-04-26 16:57:15 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-04-26 16:57:15 +0200 |
commit | 272af27a3d148bd13e8f15640e53ca70c64ccb9b (patch) | |
tree | 6d289e6cd2817f22a3a3083aaa58279990a2bde0 /src | |
parent | e7cd06823f1cf5ff1f0820de714dcd55f7e5a4e8 (diff) | |
download | atracdenc-master.tar.gz |
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |