diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:18:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-15 12:03:33 +0900 |
commit | e12682f818cc04d9de9cfc87ca9a39db6b3127e1 (patch) | |
tree | 32f82d4db1c75f0e5fbfbdb088b3d9810805a3b0 /CMakeL10n.txt | |
parent | 7a6a24236da6e6b21b8b9511d94b83b43f00c42f (diff) | |
download | tdeartwork-e12682f818cc04d9de9cfc87ca9a39db6b3127e1.tar.gz tdeartwork-e12682f818cc04d9de9cfc87ca9a39db6b3127e1.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
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 8ddca2ab..50ab77f6 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 ################# |