diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:58:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:12:56 +0900 |
commit | 8fcc195154c1d125b03297d583f972e12cc1bab4 (patch) | |
tree | 11f8c8a55bfa0d2d9262c457d279cf67cf1dfba1 | |
parent | cd24032303c9b9fd4538ae7e1e6e5509b4213f16 (diff) | |
download | krecipes-8fcc195154c1d125b03297d583f972e12cc1bab4.tar.gz krecipes-8fcc195154c1d125b03297d583f972e12cc1bab4.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
-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 ################# |