diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:14:27 +0900 |
commit | f563c6479f3e1f9954bf99df0a0315001f144639 (patch) | |
tree | 25c7411ada3716e7eb36907b73f1b8807b43dac8 /CMakeL10n.txt | |
parent | a7492e4b78c73c3c1e44c3538b70fe2fd069f849 (diff) | |
download | kvpnc-f563c6479f3e1f9954bf99df0a0315001f144639.tar.gz kvpnc-f563c6479f3e1f9954bf99df0a0315001f144639.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 ################# |