diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:14:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 17:11:39 +0900 |
commit | 0034426b448fc045debf32806e0d9ec9625bd718 (patch) | |
tree | 4f3e196a86c8f30fdd6a34b132a6683273ce5ce5 /CMakeLists.txt | |
parent | aa677ad448d5ba8a7e5c5927919d8fd0213e98b5 (diff) | |
download | filelight-0034426b448fc045debf32806e0d9ec9625bd718.tar.gz filelight-0034426b448fc045debf32806e0d9ec9625bd718.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3731df3e936ef27d98ec3cf95180357aba9a6916)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c7c7b5f..74e5527 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,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 ##################### @@ -36,11 +41,6 @@ include( CheckSymbolExists ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths ####################### include( TDESetupPaths ) |