diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:04:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:09:31 +0900 |
commit | cf159cf5fcd047dd757a8a2b823ba2c73c8c44e8 (patch) | |
tree | beb9f9c095265a2f691dbf988f69306f47a59d15 /CMakeL10n.txt | |
parent | 5695309e8bae33548480061ec5e74bcd93a3bcd1 (diff) | |
download | kdpkg-cf159cf5fcd047dd757a8a2b823ba2c73c8c44e8.tar.gz kdpkg-cf159cf5fcd047dd757a8a2b823ba2c73c8c44e8.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 3713b9a..b131279 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 ################# |