Skip to content

Commit

Permalink
CMake searches for Breathe and Matplotlib too
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Di Remigio committed Oct 29, 2015
1 parent 89dcd43 commit 5943352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/custom/documentation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ find_package(Sphinx)
find_package(Perl)
include(find_python_module)
find_python_module(yaml)
find_python_module(breathe)
find_python_module(matplotlib)
if(PERL_FOUND AND PY_YAML)
set(BUILD_CHARTS ON)
message(STATUS "Doxygen, Perl and PyYAML available. Local doc target added")
Expand Down
Binary file modified doc/gfx/utils.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5943352

Please sign in to comment.