Skip to content

Commit

Permalink
Merge pull request #14 from sloretz/sloretz/cmp0048
Browse files Browse the repository at this point in the history
Bump CMake version to avoid CMP0048
  • Loading branch information
wxmerkt authored Mar 11, 2020
2 parents 26c5979 + 33c2151 commit 9e2ee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0.2)
project(octomap_msgs)

find_package(catkin REQUIRED COMPONENTS message_generation geometry_msgs std_msgs)
Expand Down

0 comments on commit 9e2ee4f

Please sign in to comment.