diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:10:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 15:40:02 +0900 |
commit | 35bbdf5e477a6eceeea52cb4d40b9f11698736a0 (patch) | |
tree | c7a4c80bedcd1df79b2395718fbaf6d4208a8fe3 /CMakeL10n.txt | |
parent | 9e7f45da0cf8d3e505f8bfa7e801da01e117879b (diff) | |
download | yakuake-35bbdf5e477a6eceeea52cb4d40b9f11698736a0.tar.gz yakuake-35bbdf5e477a6eceeea52cb4d40b9f11698736a0.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0a6d1be49ac88a82ac5a0bbfbaeff366c8d2998d)
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 ################# |