diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:10:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:32:05 +0900 |
| commit | 75a5067c0841ed7a189c5cad4b80f910eb565464 (patch) | |
| tree | 5eeee0f848e625d55fdbfb1220f91c780e9f872f /CMakeL10n.txt | |
| parent | 629af4d168c5de2ea1f7f6a0cb222030028765c0 (diff) | |
| download | tdeio-gopher-75a5067c.tar.gz tdeio-gopher-75a5067c.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 51ca89559f0308f039643db19986078791e01834)
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 ################# |
