diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:21:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-15 12:06:58 +0900 |
commit | c251a41ac4571b306adf450620b89f452a240ac9 (patch) | |
tree | 7f10ceed4f4f36e46d8298eb1abbb5584a1d7f6a /CMakeL10n.txt | |
parent | 18f0d166fa5daef191a086f140a942c675159143 (diff) | |
download | tdetoys-c251a41ac4571b306adf450620b89f452a240ac9.tar.gz tdetoys-c251a41ac4571b306adf450620b89f452a240ac9.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 2c7e0f6..0e88a47 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 ################# |