Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
d544c68e
Commit
d544c68e
authored
5 years ago
by
Steven Macenski
Browse files
Options
Downloads
Patches
Plain Diff
install headers in correct path
parent
c03c3296
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nav2_core/CMakeLists.txt
+2
-4
2 additions, 4 deletions
nav2_core/CMakeLists.txt
with
2 additions
and
4 deletions
nav2_core/CMakeLists.txt
+
2
−
4
View file @
d544c68e
...
...
@@ -7,10 +7,8 @@ find_package(std_msgs REQUIRED)
find_package
(
geometry_msgs REQUIRED
)
find_package
(
tf2_ros REQUIRED
)
install
(
DIRECTORY include/
${
PROJECT_NAME
}
/
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib/
${
PROJECT_NAME
}
install
(
DIRECTORY include/
DESTINATION include/
)
ament_package
()
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment