diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:16:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 23:10:42 +0900 |
commit | dcacb4726c43874a868c0ea9134253218e281a8c (patch) | |
tree | 3f1205d5f8c7f0da886cd0986fb699c3a600805b /CMakeL10n.txt | |
parent | 9fe1e65bf42ceb3d5bf818624b2674ba5e10c1ed (diff) | |
download | qalculate-tde-dcacb4726c43874a868c0ea9134253218e281a8c.tar.gz qalculate-tde-dcacb4726c43874a868c0ea9134253218e281a8c.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3d6f10712806aeca2358913f7b26e7c76df250a8)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index ec40e4d..a9c7e38 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,11 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) ##### include our cmake modules ################# |