diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:19:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 23:51:54 +0900 |
commit | 0913e673ff3ef15c05b3cf60e261e34e84db9340 (patch) | |
tree | 6061f4c8966f96870403b062118c1b56908045e5 /CMakeL10n.txt | |
parent | 093fca951a79a4bf3bcac59857d1abd48d15594b (diff) | |
download | tdeedu-0913e673ff3ef15c05b3cf60e261e34e84db9340.tar.gz tdeedu-0913e673ff3ef15c05b3cf60e261e34e84db9340.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4841ccbd7284fc4a659c7224ded269b7270b94c2)
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 32a1448a..092d955b 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 ################# |