diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:18:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-15 12:03:21 +0900 |
commit | e882037ecea651f4240db9634e0d1a5a2955da5c (patch) | |
tree | a3964dc5f15f7294f834e82c1eafca5cc7d5a9f6 /CMakeL10n.txt | |
parent | 877750b0fd7a13164eb8455157e9abc7264ba6b4 (diff) | |
download | tdeaddons-e882037ecea651f4240db9634e0d1a5a2955da5c.tar.gz tdeaddons-e882037ecea651f4240db9634e0d1a5a2955da5c.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 6fd9638..5c5ff3c 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 ################# |