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 11:14:56 +0900 |
commit | 8be89998c38f463118ef4c2e159cb54a10f7a969 (patch) | |
tree | 229c95578d041a64f30f7beea78aed95e46db4de | |
parent | 92c834cf92ff78f768ec2bf2b698e3353bca5910 (diff) | |
download | piklab-8be89998c38f463118ef4c2e159cb54a10f7a969.tar.gz piklab-8be89998c38f463118ef4c2e159cb54a10f7a969.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 ################# |