[NOBIN] Set minimal CMake version: 3.12

This commit is contained in:
hasherezade
2019-11-23 01:08:39 +01:00
parent 10dbf008e5
commit d90c3787bc
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.12)
project (re-bear)
# modules:
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.12)
project (bearcommander)
if(USE_QT4)
+1 -2
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.12)
project (bearparser)
# Offer the user the choice of overriding the installation directories
@@ -158,4 +158,3 @@ else()
endif()