diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:53:07 +0100 |
commit | e9f0abffad1db42069f80b5a6cef796e47801046 (patch) | |
tree | 25a3c3a88b6678b645dd7a4eed5fa7c020fd7abb | |
parent | e7fe9c3b68ad4109fab2afb09846f92ef84b304e (diff) | |
download | tdevelop-e9f0abffad1db42069f80b5a6cef796e47801046.tar.gz tdevelop-e9f0abffad1db42069f80b5a6cef796e47801046.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 8a04ff90bd798531ed0af82aa34b11d6190202d5)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 4f41ba43..8598ce26 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# |