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:
parent
bc686f7023
commit
4f726f482d
3 changed files with 115 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue