diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:13:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 17:16:46 +0900 |
commit | 1c7aafd30aa0e8ab73eeedc492fac607b896fe66 (patch) | |
tree | ec0301980a80d6c5c0d75b17ca2ad4ed4e49400d /CMakeL10n.txt | |
parent | 01d5ee0f43c2e67ffbf952c11cc733edfb5626b8 (diff) | |
download | twin-style-crystal-1c7aafd30aa0e8ab73eeedc492fac607b896fe66.tar.gz twin-style-crystal-1c7aafd30aa0e8ab73eeedc492fac607b896fe66.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 14b969841f28560d3be8eb496f1254c2a48cde83)
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 3c4ffcf..95a3e8f 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -6,7 +6,11 @@ # # ######################################### -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) ##### include our cmake modules ######### |