diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:09:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 17:21:38 +0900 |
commit | f0d33ac8b8c28c50f4f6894e1f43773223e9f998 (patch) | |
tree | f7b84fa9af0c5e1535376e907dfdcce5879cc7cc /CMakeL10n.txt | |
parent | 6b77cea8755dc1e618ed779e00abdfbf9aa80348 (diff) | |
download | tdepowersave-f0d33ac8b8c28c50f4f6894e1f43773223e9f998.tar.gz tdepowersave-f0d33ac8b8c28c50f4f6894e1f43773223e9f998.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d586a58d890ee6b75fe2fba3bc3271f0d7fe22bd)
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 ################# |