diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:46 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:34 +0100 |
commit | 0eaf3f2cd7776c71931fcbbcedeb107ed68a3511 (patch) | |
tree | 8606d2dd05cc59789b56cf8cadd8a0c5be0a7ba7 | |
parent | 1689e60913916d1650acf45d4acfe07639941abb (diff) | |
download | piklab-0eaf3f2cd7776c71931fcbbcedeb107ed68a3511.tar.gz piklab-0eaf3f2cd7776c71931fcbbcedeb107ed68a3511.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d9ad3fba677235475978aadcb5fb62dac5711b85)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9730a56..16e3f52 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 ################# |