Skip to content

Commit efc0c5b

Browse files
committed
Require cmake 3.10.2 for consistency (#162)
A more recent version of cmake is already required for other Fortress dependencies, such as ign-cmake2, so increase the required version here to fix a warning. Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit bdcca3c) (reworded to refer to Fortress instead of Harmonic)
1 parent f1937bf commit efc0c5b

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.5.1 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
22

33
#============================================================================
44
# Initialize the project

examples/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.5.1 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
22

33
project(examples)
44

examples/plugins/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.5.1 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
22

33
# Each source file in this directory is meant to be compiled into a plugin
44

0 commit comments

Comments
 (0)