diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 10:52:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 11:13:15 +0900 |
commit | c684f019a81c828e8fbdfa8f2e7bbf545315057b (patch) | |
tree | 130ab8b9ed868d209b830746857c4e18a0a5d0e3 /CMakeL10n.txt | |
parent | 7b0ba5b4ec0e6a41689f294d68c64f5631d8f733 (diff) | |
download | kscope-c684f019a81c828e8fbdfa8f2e7bbf545315057b.tar.gz kscope-c684f019a81c828e8fbdfa8f2e7bbf545315057b.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ################# |