diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:09:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:17:23 +0900 |
commit | d586a58d890ee6b75fe2fba3bc3271f0d7fe22bd (patch) | |
tree | 1965e8884ef79f9a869d5cfa8fb628731c0f2176 /CMakeL10n.txt | |
parent | 9b7728c17805ea9b45f60fbc20495dbeafd56925 (diff) | |
download | tdepowersave-d586a58d890ee6b75fe2fba3bc3271f0d7fe22bd.tar.gz tdepowersave-d586a58d890ee6b75fe2fba3bc3271f0d7fe22bd.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 e0b1b56..0176702 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 ################# |