Skip to content

Commit

Permalink
Update minimum cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamprian committed Dec 20, 2020
1 parent 192c143 commit 15187ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 2.8.6)
cmake_policy(SET CMP0048 NEW)
cmake_minimum_required(VERSION 3.1.0)
project(roboticsgroup_upatras_gazebo_plugins)

cmake_policy(SET CMP0054 NEW)

find_package(catkin REQUIRED
COMPONENTS
control_toolbox
Expand Down

0 comments on commit 15187ab

Please sign in to comment.