Skip to content

Commit

Permalink
Bump required cmake version to fix the CMake warning about CMP0048
Browse files Browse the repository at this point in the history
See ros/catkin#1052 for details
  • Loading branch information
fmauch committed Oct 11, 2023
1 parent 4683e53 commit f92b597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ur_robot_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.2)
project(ur_robot_driver)

add_definitions( -DROS_BUILD )
Expand Down

0 comments on commit f92b597

Please sign in to comment.