Skip to content
Snippets Groups Projects
Unverified Commit 1c4dd329 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by GitHub
Browse files

Merge pull request #146 from jmirabel/ros_package_xml

[ROS] Add package.xml
parents 7e2fb92c e7b57fa8
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0'?>
<package format='2'>
<name>gepetto-viewer-corba</name>
<version>5.4.0</version>
<description>Corba server for gepetto-viewer </description>
<maintainer email='hpp@laas.fr'>Joseph Mirabel</maintainer>
<license>LGPL</license>
<!-- <url type='website'>https://github.com/Gepetto/gepetto-viewer-corba </url> -->
<author>Joseph Mirabel</author>
<author>Florent Lamiraux et al.</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>gepetto-viewer</depend>
<depend>omniORB4</depend>
</package>
......@@ -122,7 +122,6 @@ IF(NOT CLIENT_ONLY)
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} PUBLIC gepetto-viewer::gepetto-viewer)
ENDIF(NOT CLIENT_ONLY)
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} omniORB4)
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} PUBLIC ${QT_LIBRARIES})
INSTALL(TARGETS ${PROJECT_NAME} EXPORT ${TARGETS_EXPORT_NAME} DESTINATION lib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment