diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:20:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 23:50:29 +0900 |
commit | b8cee55026cd99ea08e946d360760c7cbed8725b (patch) | |
tree | 6fa2a127767075abd619839a6a65d48e602473e8 /CMakeL10n.txt | |
parent | 167ccb7c2d0c4763bc48390c66cb9f825d73cfa7 (diff) | |
download | tdenetwork-b8cee55026cd99ea08e946d360760c7cbed8725b.tar.gz tdenetwork-b8cee55026cd99ea08e946d360760c7cbed8725b.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b5e6f76705e8b1574056639b0dc6ee7420e2beed)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 764d8a29..f7cb6aef 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.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( ) ##### include our cmake modules ################# |