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 2756dadffb)
r14.0.x
Slávek Banko 2 years ago
parent a76b7e94b4
commit bb8ff53222
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -6,7 +6,7 @@
# #
#########################################
cmake_minimum_required( VERSION 2.8.12 )
cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #########

Loading…
Cancel
Save