diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:58:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 15:49:21 +0900 |
commit | 52afc69c577b66b7e0cc42aeb876446cf8ef3160 (patch) | |
tree | 81533a9886fca9d65084e5470eddb0033d43e80e /CMakeL10n.txt | |
parent | 0b9aad728e05b4d1e12b9047dd7979c92c6899c0 (diff) | |
download | kerberostray-52afc69c577b66b7e0cc42aeb876446cf8ef3160.tar.gz kerberostray-52afc69c577b66b7e0cc42aeb876446cf8ef3160.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 6d6257deb6cb899d14bc02bc38e972d58bdb94c9)
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 ################# |