diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:04:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 15:55:55 +0900 |
| commit | bcb6d6c60f5faa997663102c33e54e297857ac4b (patch) | |
| tree | beb9f9c095265a2f691dbf988f69306f47a59d15 /CMakeLists.txt | |
| parent | c730b578393d920c9ca546308f84852422cfcd70 (diff) | |
| download | kdpkg-bcb6d6c6.tar.gz kdpkg-bcb6d6c6.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cf159cf5fcd047dd757a8a2b823ba2c73c8c44e8)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f73a00..38b0e52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,11 @@ ############################################ -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 @@ -31,11 +35,6 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths include( TDESetupPaths ) |
