diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:20:28 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2024-03-15 14:49:52 +0000 |
commit | b5e6f76705e8b1574056639b0dc6ee7420e2beed (patch) | |
tree | 45a74866464d755efd94976c1a536d65cacc2019 /CMakeL10n.txt | |
parent | 3753374a7b2bcd9d5b48822f211dbe5cdf29289e (diff) | |
download | tdenetwork-b5e6f76705e8b1574056639b0dc6ee7420e2beed.tar.gz tdenetwork-b5e6f76705e8b1574056639b0dc6ee7420e2beed.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
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 ################# |