diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:59:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 10:59:55 +0900 |
commit | b8498ebaee72597c00bc25d4427a25644d5d62f1 (patch) | |
tree | cb5481b4429149ab9139dc27f7e8646c8bf7fe24 /CMakeL10n.txt | |
parent | 854f6650e761a58c8cfcb908c139ec7c97074286 (diff) | |
download | k9copy-b8498ebaee72597c00bc25d4427a25644d5d62f1.tar.gz k9copy-b8498ebaee72597c00bc25d4427a25644d5d62f1.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 1f5aadf..8311491 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 ################# |