diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:12:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 17:21:57 +0900 |
commit | ac86d0ed1e3364589157d29ee2e774b214851db7 (patch) | |
tree | 832474cde44acc2157ef7901419b9b23a1c13158 /CMakeL10n.txt | |
parent | 8e634f32e5d144142f17e5d1e191db2fdec3ac03 (diff) | |
download | tde-style-baghira-a82117143ee6e0028ea6eca91c7f9a1563ba19c9.tar.gz tde-style-baghira-a82117143ee6e0028ea6eca91c7f9a1563ba19c9.zip |
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6eabe7762747c5b2ad6f0e81a688bc43b9257167)
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 ################# |