aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2023-10-24 23:54:18 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2023-10-24 23:54:18 +0200
commitd3aacbb8c67fb07ef60308c7e8cdebd9c188ff62 (patch)
tree6e21b9f749adb5d585f18584ff4c01eafe9ffe9c /CMakeLists.txt
parentfe85f8d1ad38c19246b048075b307819933260b5 (diff)
downloadatracdenc-d3aacbb8c67fb07ef60308c7e8cdebd9c188ff62.tar.gz
Simplify cmake. Fix warnings.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f831b7..7d07bfa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
project(atracdenc)