diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:01:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 15:53:48 +0900 |
commit | f9fea70aa63903d1b5626f36a1324dec182e2a51 (patch) | |
tree | 4f6ee3c4cc4220537c7b93d5caeb548ee307c727 /CMakeL10n.txt | |
parent | 2e910806752a5df87b603db5367f1bd6106a0bbd (diff) | |
download | kbibtex-r14.1.2.tar.gz kbibtex-r14.1.2.zip |
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 72bbd5ec6a543370a4e9e710c80f478c28fb033c)
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 ################# |