summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:08:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:28:29 +0900
commit38b87842f96e28e26c272221122de1f56851669d (patch)
treebb4ac2fe81f5cf01c6996c126324d193bde80bc3 /CMakeL10n.txt
parent1ad151e739b8f22ce954631f2d8392dacf1845db (diff)
downloadpolkit-agent-tde-38b87842.tar.gz
polkit-agent-tde-38b87842.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2388e31449fa961d050aeb246ac1db476fc088b1)
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 e0b1b56..0176702 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 #################