Fix the doc build.

- Fix the doc target management: now working whatever the combination of modules that is asked.
- Add edo to the doc targets.
- Add a warning when doxygen is not found.
This commit is contained in:
Johann Dreo 2018-12-08 21:11:41 +01:00
commit 4f726f482d
3 changed files with 115 additions and 13 deletions

View file

@ -26,8 +26,8 @@ endif()
### Include subdirectories
######################################################################################
add_subdirectory(doc)
add_subdirectory(src)
add_subdirectory(doc)
if(ENABLE_CMAKE_TESTING AND EIGEN3_FOUND) # see edoNormalAdaptive
add_subdirectory(test)