Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPP Best Practices #2691

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CMakeLists.txt
BhavdeepSinghNijhawan authored Feb 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f42a5ed5db33f4ce932a628ac26fbfb5766fe21f
4 changes: 2 additions & 2 deletions moveit_core/planning_scene/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -32,9 +32,9 @@ target_link_libraries(
moveit_trajectory_processing
moveit_utils)

install(DIRECTORY include/ DESTINATION include/moveit_core/planning_scene)
install(DIRECTORY include/ DESTINATION include/moveit_core_planning_scene)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/moveit_planning_scene_export.h
DESTINATION include/moveit_core/planning_scene)
DESTINATION include/moveit_core_planning_scene)

if(BUILD_TESTING)
find_package(ament_cmake_gtest REQUIRED)