diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:05:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 11:19:20 +0900 |
commit | 81d0f90b24db6d98545a5a78110aef400f9c8232 (patch) | |
tree | b1cc295e40376ed2e41edc5992ce281fc173b18a /CMakeL10n.txt | |
parent | ce4a1359711b176adbfe2867d87fb98a00ee68ec (diff) | |
download | wlassistant-81d0f90b24db6d98545a5a78110aef400f9c8232.tar.gz wlassistant-81d0f90b24db6d98545a5a78110aef400f9c8232.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 e0b1b56..0176702 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 ################# |