diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:58:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:08:56 +0900 |
commit | c775bd9997560358c1ab3e4ae228635efa94f4ce (patch) | |
tree | e52148451deb734a220b1b16d419f5691527c222 /CMakeL10n.txt | |
parent | e6e3ba968971633b652e27aa29907d37785eaf52 (diff) | |
download | amarok-c775bd9997560358c1ab3e4ae228635efa94f4ce.tar.gz amarok-c775bd9997560358c1ab3e4ae228635efa94f4ce.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
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 e0b1b564..01767023 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 ################# |