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 authored and RobertWilbrandt committed Oct 11, 2023
1 parent aeb172d commit 79e05de
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 79e05de

Please sign in to comment.