diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:03:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 21:17:58 +0900 |
commit | 8c63579416cec3a0a8b025bd01356838925962f1 (patch) | |
tree | 0bbafd6644facc290f2423544aa96d3fead2d1c6 /template | |
parent | 7913867573a2711f712e67a83b65bc597ea09fc1 (diff) | |
download | koffice-i18n-8c63579416cec3a0a8b025bd01356838925962f1.tar.gz koffice-i18n-8c63579416cec3a0a8b025bd01356838925962f1.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f8cba5a90205fd3dedaf74f816f746c2b6f20d5e)
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 72471757..deac2117 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 ##################### |