Skip to content

Commit

Permalink
Bump cmake minimum version for all packages in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Oct 11, 2023
1 parent 4683e53 commit c196318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ur_calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(ur_calibration)

find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion ur_dashboard_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(ur_dashboard_msgs)

## Find catkin macros and libraries
Expand Down

0 comments on commit c196318

Please sign in to comment.