diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:17:30 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2024-03-17 12:22:10 +0000 |
commit | a9abac08165581959590a43a2853162ca44d7d91 (patch) | |
tree | 748cdc5989f5d5abf55c2c231ac90ad9b27198d6 /template | |
parent | da9f835d9096a705fca652280623c83d48e72f67 (diff) | |
download | tde-i18n-a9abac08165581959590a43a2853162ca44d7d91.tar.gz tde-i18n-a9abac08165581959590a43a2853162ca44d7d91.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'template')
-rw-r--r-- | template/commonCMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index 1d4214efddd..259c326bf87 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -12,7 +12,12 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) ##### general package setup ##################### |