File tree Expand file tree Collapse file tree 5 files changed +14
-253
lines changed Expand file tree Collapse file tree 5 files changed +14
-253
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ SET(CUSTOM_HEADER_DIR "dynamic-graph/tutorial")
2626INCLUDE (cmake/base.cmake)
2727INCLUDE (cmake/boost.cmake)
2828INCLUDE (cmake/python.cmake)
29- INCLUDE (cmake/sphinx.cmake)
3029
3130# Project definition
3231COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
@@ -72,7 +71,6 @@ ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
7271
7372ADD_SUBDIRECTORY (src)
7473ADD_SUBDIRECTORY (tests)
75- ADD_SUBDIRECTORY (doc )
7674
7775IF (NOT INSTALL_PYTHON_INTERFACE_ONLY)
7876 INSTALL (FILES package.xml DESTINATION share/${PROJECT_NAME} )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- <package format =" 2" >
1+ <?xml version =" 1.0" ?>
2+ <package format =" 3" >
23 <name >dynamic-graph-tutorial</name >
34 <version >1.2.1</version >
45 <description >
1314
1415 <build_depend >dynamic-graph</build_depend >
1516 <build_depend >dynamic-graph-python</build_depend >
16-
17- <buildtool_depend >catkin</buildtool_depend >
17+ <build_depend >git</build_depend >
18+ <build_depend >doxygen</build_depend >
19+ <!-- The following tags are recommended by REP-136 -->
20+ <exec_depend condition =" $ROS_VERSION == 1" >catkin</exec_depend >
21+ <exec_depend condition =" $ROS_VERSION == 2" >ament_cmake</exec_depend >
22+ <depend >boost</depend >
1823
1924 <doc_depend >doxygen</doc_depend >
25+
26+ <buildtool_depend >cmake</buildtool_depend >
2027
28+ <export >
29+ <build_type >cmake</build_type >
30+ </export >
31+
2132</package >
You can’t perform that action at this time.
0 commit comments