diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:20:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-15 12:06:00 +0900 |
commit | d1785c1ced941bf0df898c7a657cc6cafa0e413b (patch) | |
tree | bcd8c29416e162352b8e3aab8ce8b7b5412465e2 /CMakeL10n.txt | |
parent | 6aac74e6efa2bffdba697cde1102979e9c5b816c (diff) | |
download | tdesdk-d1785c1ced941bf0df898c7a657cc6cafa0e413b.tar.gz tdesdk-d1785c1ced941bf0df898c7a657cc6cafa0e413b.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 970d8fda..fae88294 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 ################# |