diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:11:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 10:59:26 +0900 |
commit | 2a33c0ff42ab8c8f6607a2bba18cac56eea163a0 (patch) | |
tree | 95028490bf9c65ffe2a0e7d78855a0eb1231dab3 /CMakeL10n.txt | |
parent | 11a88ad3057f8c29e05cb56629100db0e616fea5 (diff) | |
download | gtk-qt-engine-2a33c0ff42ab8c8f6607a2bba18cac56eea163a0.tar.gz gtk-qt-engine-2a33c0ff42ab8c8f6607a2bba18cac56eea163a0.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e229f65..3e2eade 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,11 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) ##### include our cmake modules ################# |