Skip to content

Commit

Permalink
update FetchContent test branch
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <[email protected]>
  • Loading branch information
pac48 committed Nov 10, 2024
1 parent e210484 commit deb04b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/fetch_content_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(
fast_forward_kinematics
GIT_REPOSITORY https://github.com/pac48/fast_robot_kinematics.git
GIT_TAG fix-cmake
GIT_TAG main
)
FetchContent_MakeAvailable(fast_forward_kinematics)

Expand All @@ -22,4 +22,7 @@ FetchContent_MakeAvailable(fast_forward_kinematics)
set(URDF_FILE ${CMAKE_SOURCE_DIR}/urdf/robot.urdf)
set(ROOT base_link)
set(TIP grasp_link)
generate_fast_forward_kinematics_library(fast_forward_kinematics_library_{robots} URDF_FILE ${URDF_FILE} ROOT_LINK ${ROOT} TIP_LINK ${TIP})
generate_fast_forward_kinematics_library(fast_forward_kinematics_library_{robots}
URDF_FILE ${URDF_FILE}
ROOT_LINK ${ROOT}
TIP_LINK ${TIP})

0 comments on commit deb04b3

Please sign in to comment.