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 15:39:37 +0900 |
| commit | 4469a86fb3c1992773b1d14987b584e1826fa9d8 (patch) | |
| tree | db47597fc1b952571e33ce4886bb5895bb15fa11 /CMakeL10n.txt | |
| parent | ee4dfb787d195f5894c351ca53d805a4030ae8c1 (diff) | |
| download | wlassistant-4469a86f.tar.gz wlassistant-4469a86f.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 81d0f90b24db6d98545a5a78110aef400f9c8232)
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 ################# |
