Skip to content

Commit 71cb8ac

Browse files
committed
Update cmake minimum version
1 parent f40455d commit 71cb8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiorospy/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.0.2)
1+
cmake_minimum_required(VERSION 3.5.1)
22
project(aiorospy)
33

44
find_package(catkin REQUIRED COMPONENTS

aiorospy_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 2.8.3)
1+
cmake_minimum_required(VERSION 3.5.1)
22
project(aiorospy_examples)
33

44
find_package(catkin REQUIRED COMPONENTS

0 commit comments

Comments
 (0)