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 454607123f)
r14.0.x r14.0.12
Slávek Banko 3 years ago
parent b7e7e7f2d5
commit 64d5725772
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -9,7 +9,7 @@
#
#################################################
cmake_minimum_required( VERSION 2.8 )
cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################

Loading…
Cancel
Save