Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic_graph_bridge
Commits
108aab44
Commit
108aab44
authored
10 years ago
by
olivier stasse
Browse files
Options
Downloads
Patches
Plain Diff
Fix wrong path for libros_bridge and libros_interpreter
parent
cae5bb6e
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
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
108aab44
...
@@ -79,7 +79,7 @@ install(TARGETS ros_bridge DESTINATION lib)
...
@@ -79,7 +79,7 @@ install(TARGETS ros_bridge DESTINATION lib)
# Make sure rpath are preserved during the install as ROS dependencies
# Make sure rpath are preserved during the install as ROS dependencies
# are not installed.
# are not installed.
set_target_properties
(
ros_bridge PROPERTIES BUILD_WITH_INSTALL_RPATH True
set_target_properties
(
ros_bridge PROPERTIES BUILD_WITH_INSTALL_RPATH True
LIBRARY_OUTPUT_DIRECTORY
${
PROJECT_
SOURCE
_DIR
}
/lib
)
LIBRARY_OUTPUT_DIRECTORY
${
PROJECT_
BINARY
_DIR
}
/lib
)
macro
(
compile_plugin NAME
)
macro
(
compile_plugin NAME
)
message
(
lib path
${
LIBRARY_OUTPUT_PATH
}
)
message
(
lib path
${
LIBRARY_OUTPUT_PATH
}
)
...
@@ -130,7 +130,7 @@ rospack_use_dependency(ros_interpreter dynamic_graph_bridge_msgs)
...
@@ -130,7 +130,7 @@ rospack_use_dependency(ros_interpreter dynamic_graph_bridge_msgs)
add_dependencies
(
ros_interpreter ros_bridge
)
add_dependencies
(
ros_interpreter ros_bridge
)
target_link_libraries
(
ros_interpreter ros_bridge
)
target_link_libraries
(
ros_interpreter ros_bridge
)
set_target_properties
(
ros_interpreter PROPERTIES BUILD_WITH_INSTALL_RPATH True
set_target_properties
(
ros_interpreter PROPERTIES BUILD_WITH_INSTALL_RPATH True
LIBRARY_OUTPUT_DIRECTORY
${
PROJECT_
SOURCE
_DIR
}
/lib
)
LIBRARY_OUTPUT_DIRECTORY
${
PROJECT_
BINARY
_DIR
}
/lib
)
message
(
cmakeinstalllibdir
${
CMAKE_INSTALL_LIBDIR
}
)
message
(
cmakeinstalllibdir
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
TARGETS ros_interpreter DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
TARGETS ros_interpreter DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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