Skip to content

Commit

Permalink
fix install file
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
  • Loading branch information
pac48 committed Nov 9, 2024
1 parent d19a367 commit 8c3f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ write_basic_package_version_file(fast_forward_kinematics-config-version.cmake
VERSION ${FFK_VERSION} COMPATIBILITY AnyNewerVersion)

install(FILES
"${CMAKE_BINARY_DIR}/fast_forward_kinematics.cmake"
"${CMAKE_BINARY_DIR}/fast_forward_kinematics-config.cmake"
"${CMAKE_BINARY_DIR}/fast_forward_kinematics-version.cmake"
"${CMAKE_SOURCE_DIR}/cmake/fast_forward_kinematics.cmake"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/fast_forward_kinematics")

0 comments on commit 8c3f211

Please sign in to comment.