Skip to content

Commit

Permalink
Drop explicit find_package(urdfdom)
Browse files Browse the repository at this point in the history
This is a transitive dependency of urdf.
  • Loading branch information
rhaschke committed Sep 22, 2022
1 parent 8b65e1c commit 1b69dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion urdf_tactile/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(CMAKE_CXX_STANDARD 14)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(Boost REQUIRED system)
find_package(urdfdom REQUIRED)
find_package(catkin REQUIRED pluginlib urdf)

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

0 comments on commit 1b69dde

Please sign in to comment.