diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:57:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:18:42 +0900 |
commit | acc56ed1735d3c53caea63d3a392532579104a3a (patch) | |
tree | 028a795f63072dad00cacc24d37bd8de7a0362a3 /CMakeL10n.txt | |
parent | d141f381ca4e043b133a9796edb470e777fef0a4 (diff) | |
download | tork-acc56ed1735d3c53caea63d3a392532579104a3a.tar.gz tork-acc56ed1735d3c53caea63d3a392532579104a3a.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 ################# |