diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:08:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:28:49 +0900 |
commit | 06953ed5e0832e2c736866820dba6b88ecf9fd01 (patch) | |
tree | 198c2e98509bbb3b884163fc0757941c41c950ae | |
parent | 0247a594a03330c9208bbb6d13accae77c1d0166 (diff) | |
download | smartcardauth-r14.1.2.tar.gz smartcardauth-r14.1.2.zip |
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f455798a92fa22db5b424d8cdce3a4b4c9c96562)
-rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75a0039..7a7dcc7 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( CheckCSourceCompiles ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths include( TDESetupPaths ) |