diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:04:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:20:50 +0900 |
| commit | bef490f26a2ce875253b9d33c66d2fcffafcc01e (patch) | |
| tree | 7cc18b9c457a0c534075b209ef46e93da8c78f5c /CMakeL10n.txt | |
| parent | c3581fafe2c477160caa38d0def81abbc28adabf (diff) | |
| download | klcddimmer-bef490f2.tar.gz klcddimmer-bef490f2.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aba9f76b4649fdbf6fb9ed6714c06c94244eab08)
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 ################# |
