Skip to content

Commit

Permalink
[infra] bumps minimum required cmake version to 3.0.2
Browse files Browse the repository at this point in the history
This is the officially supported version and eliminates
a CMP0048 warning on focal. See also
    ros/ros_comm#1869
  • Loading branch information
stonier committed Aug 3, 2020
1 parent 2203787 commit c83acfc
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
Expand Up @@ -2,7 +2,7 @@
# CMake
##############################################################################

cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(py_trees)

##############################################################################
Expand Down

0 comments on commit c83acfc

Please sign in to comment.