Skip to content

Commit 7463de8

Browse files
committed
Fix warnings
1 parent 22b302e commit 7463de8

File tree

5 files changed

+3
-250
lines changed

5 files changed

+3
-250
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ SET(CUSTOM_HEADER_DIR "dynamic-graph/tutorial")
2626
INCLUDE(cmake/base.cmake)
2727
INCLUDE(cmake/boost.cmake)
2828
INCLUDE(cmake/python.cmake)
29-
INCLUDE(cmake/sphinx.cmake)
3029

3130
# Project definition
3231
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
@@ -72,7 +71,6 @@ ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
7271

7372
ADD_SUBDIRECTORY(src)
7473
ADD_SUBDIRECTORY(tests)
75-
ADD_SUBDIRECTORY(doc)
7674

7775
IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
7876
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})

doc/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/sphinx/conf.py.in

Lines changed: 0 additions & 202 deletions
This file was deleted.

doc/sphinx/index.rst.in

Lines changed: 0 additions & 39 deletions
This file was deleted.

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
<build_depend>dynamic-graph</build_depend>
1515
<build_depend>dynamic-graph-python</build_depend>
16+
<depend>doxygen</depend>
17+
<depend>git</depend>
18+
1619

1720
<doc_depend>doxygen</doc_depend>
1821

0 commit comments

Comments
 (0)