diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:22:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 20:56:59 +0900 |
commit | 6dada22d6d713b869203bc8ecb0101e4652729f3 (patch) | |
tree | 4b1f2d6ba97dc829372e755864a13c99379e1af6 | |
parent | 604e797606e07ebbe3dff3011388c19b4c5cb927 (diff) | |
download | libart-lgpl-6dada22d6d713b869203bc8ecb0101e4652729f3.tar.gz libart-lgpl-6dada22d6d713b869203bc8ecb0101e4652729f3.zip |
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 51eb2b123355a045bb2c9778d0d6276fd940f7c4)
-rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ef79b5..245c495 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 @@ -35,11 +39,6 @@ include( CheckCSourceCompiles ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths include( TDESetupPaths ) |