Skip to content
Snippets Groups Projects
Commit ccfcc99e authored by Wolfgang Merkt's avatar Wolfgang Merkt
Browse files

Fix build in catkin environment

parent b9d64b03
No related branches found
No related tags found
No related merge requests found
Pipeline #17124 passed
......@@ -7,7 +7,7 @@ SET(CUSTOM_HEADER_DIR "hpp/anymal-rbprm")
SET(CXX_DISABLE_WERROR true)
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/python.cmake)
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
......
<?xml version='1.0'?>
<package format='2'>
<name>anymal-rbprm</name>
<package format='3'>
<name>anymal_rbprm</name>
<version>4.12.0</version>
<description>Database for anymal robot using hpp-rbprm</description>
......@@ -10,5 +10,10 @@
<author>Pierre Fernbach</author>
<author>Steve Tonneau</author>
<buildtool_depend>catkin</buildtool_depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>
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