summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:52 +0100
commit7bf90952f780394073baaac58dc1242f5dc1ec5e (patch)
treeb1e83ca3450268b9dfcb8199daf3afade100dd8c
parent236b4a420d80b817128d9e8f2aab94521d0a822f (diff)
downloadtdegames-7bf90952.tar.gz
tdegames-7bf90952.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 484c0e9dd189efe6bb6e21f45ec59aa61348bc79)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3edf1653..516c5a47 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@
###########################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
##### general package setup