Skip to content

Commit

Permalink
Ensure all headers get installed within moveit_core directory (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 6, 2022
1 parent 7c79812 commit 939b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ set(MOVEIT_VERSION_EXTRA "Alpha")
set(MOVEIT_VERSION "${MOVEIT_VERSION_MAJOR}.${MOVEIT_VERSION_MINOR}.${MOVEIT_VERSION_PATCH}-${MOVEIT_VERSION_EXTRA}")
message(STATUS " *** Building MoveIt ${MOVEIT_VERSION} ***")
configure_file("version/version.h.in" "${VERSION_FILE_PATH}/moveit/version.h")
install(FILES "${VERSION_FILE_PATH}/moveit/version.h" DESTINATION include/moveit)
install(FILES "${VERSION_FILE_PATH}/moveit/version.h" DESTINATION include/moveit_core/moveit)

add_subdirectory(collision_distance_field)
add_subdirectory(constraint_samplers)
Expand Down

0 comments on commit 939b678

Please sign in to comment.