diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:14:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 17:12:25 +0900 |
commit | 2b876d2383e93fc1a55fc76e3ef63c1062269fa3 (patch) | |
tree | 4cce884b44ff63a170601b7a1c20a471509848ee /CMakeL10n.txt | |
parent | f2261138b64a4aceb92971e777c2908651240c8a (diff) | |
download | kcpuload-2b876d2383e93fc1a55fc76e3ef63c1062269fa3.tar.gz kcpuload-2b876d2383e93fc1a55fc76e3ef63c1062269fa3.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1f4f87828c3ece03fe43421e846efd6293550741)
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 ################# |