summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:53:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 10:59:32 +0900
commit6d6d0adfe0d983da2678d624595f8a2afcaca2e3 (patch)
tree60dd579e8c898431fa1c08ad2cd089908a26612b /CMakeL10n.txt
parent90c486fe47b607df9ee6141c105fe18019cfb0d0 (diff)
downloadgwenview-6d6d0adfe0d983da2678d624595f8a2afcaca2e3.tar.gz
gwenview-6d6d0adfe0d983da2678d624595f8a2afcaca2e3.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 227f187..763517d 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,11 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################