diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:21:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 23:54:40 +0900 |
commit | cb9f1d4a8199a298dad40b9e7a54930ebcc649b8 (patch) | |
tree | 8806a851161790af702df35a5ca6d76ae7ad25a0 /CMakeL10n.txt | |
parent | 684bdead5811d315594eec3ca9b1c68cec1cfd14 (diff) | |
download | tdewebdev-cb9f1d4a8199a298dad40b9e7a54930ebcc649b8.tar.gz tdewebdev-cb9f1d4a8199a298dad40b9e7a54930ebcc649b8.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 470c1e64e97cb0f0ad93d2b23857f0c672eadaa0)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 1d7b788c..d3e75e27 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,12 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) ##### include our cmake modules ################# |