diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:14:52 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 17:12:25 +0900 |
| commit | 2b876d2383e93fc1a55fc76e3ef63c1062269fa3 (patch) | |
| tree | 4cce884b44ff63a170601b7a1c20a471509848ee /CMakeLists.txt | |
| parent | f2261138b64a4aceb92971e777c2908651240c8a (diff) | |
| download | kcpuload-2b876d23.tar.gz kcpuload-2b876d23.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1f4f87828c3ece03fe43421e846efd6293550741)
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 a5e97c7..28a2798 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 @@ -30,11 +34,6 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths include( TDESetupPaths ) |
