Skip to content

Commit 0c58116

Browse files
committed
Updated CMake version to 3.12
1 parent 8c76d3d commit 0c58116

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required (VERSION 3.12)
22
project (re-bear)
33

44
option(CMD_BUILD_TESTING "Enable testing for bearcommander" ON)

commander/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required (VERSION 3.12)
22
project (bearcommander)
33

44
if(USE_QT4)

parser/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required (VERSION 3.12)
22
project (bearparser)
33

44
# Offer the user the choice of overriding the installation directories

0 commit comments

Comments
 (0)