summaryrefslogtreecommitdiffstats
path: root/template/commonCMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 12:01:59 +0100
commit6383fd9e0bb8d0d29f3d57d9059303673504ff25 (patch)
treeb4787e2c255e52fce9ca09897822c6417068c74a /template/commonCMakeLists.txt
parent2a662e8942e4eb8b9cc88dea6814032c6c6c446e (diff)
downloadtde-i18n-6383fd9e0bb8d0d29f3d57d9059303673504ff25.tar.gz
tde-i18n-6383fd9e0bb8d0d29f3d57d9059303673504ff25.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ae5890aac51e509994d63afbb9f57b15f214a96e)
Diffstat (limited to 'template/commonCMakeLists.txt')
-rw-r--r--template/commonCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt
index bee9b92b504..1d4214efddd 100644
--- a/template/commonCMakeLists.txt
+++ b/template/commonCMakeLists.txt
@@ -12,7 +12,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### general package setup #####################