diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 10:53:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:01:42 +0900 |
commit | 6e5d4478bbaa87d14ba78b260dbe9447fda026a8 (patch) | |
tree | 6f0bc725727e7f44ee31a07bf622c1986d35c173 /CMakeL10n.txt | |
parent | 9689d714545115dde7861de2365a894be65d3574 (diff) | |
download | piklab-6e5d4478bbaa87d14ba78b260dbe9447fda026a8.tar.gz piklab-6e5d4478bbaa87d14ba78b260dbe9447fda026a8.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8be89998c38f463118ef4c2e159cb54a10f7a969)
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 ec40e4d..a9c7e38 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 ################# |