diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:12:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:17:39 +0900 |
commit | 6eabe7762747c5b2ad6f0e81a688bc43b9257167 (patch) | |
tree | c827de8fff96735f0dab736c2a553e3d73cee145 /CMakeL10n.txt | |
parent | fb29802cdbc55ecbf7431cdea2bc62f2143260ce (diff) | |
download | tde-style-baghira-6eabe7762747c5b2ad6f0e81a688bc43b9257167.tar.gz tde-style-baghira-6eabe7762747c5b2ad6f0e81a688bc43b9257167.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
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 7cb9dca..f66b5bb 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 ################# |