Skip to content

Commit

Permalink
Fix build with cmake 3.30
Browse files Browse the repository at this point in the history
Remove urdfdom:: target prefix.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jul 10, 2024
1 parent 29426ec commit 537ae6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions urdf_parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ target_include_directories(urdf_parser INTERFACE
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>")
target_link_libraries(urdf_parser INTERFACE
urdfdom::urdfdom_model
urdfdom::urdfdom_sensor
urdfdom::urdfdom_world)
urdfdom_model
urdfdom_sensor
urdfdom_world)

# --------------------------------

Expand Down

0 comments on commit 537ae6c

Please sign in to comment.