diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:17:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 21:23:04 +0900 |
commit | 3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b (patch) | |
tree | 37f9ec57e5b4227e8b905dfa6e05fbea7e58ad84 /CMakeL10n.txt | |
parent | bfd8a62ca159072eb1a157d5f5ba06c05a1102e7 (diff) | |
download | tde-i18n-3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b.tar.gz tde-i18n-3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit a9abac08165581959590a43a2853162ca44d7d91)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index ff5d79292af..d21ab815c3a 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 ################# |