fix(doc): use current source dir and not the root one.
Allow Paradiseo to be built as a Git submodule of another project.
This commit is contained in:
parent
84148824e0
commit
732fe097cb
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ set(MPI "false" CACHE BOOL "Build the MPI module")
|
|||
|
||||
## EO Module
|
||||
set(MODULE_NAME "Paradiseo")
|
||||
set(DOXYGEN_CONFIG_DIR ${CMAKE_SOURCE_DIR}/doxygen)
|
||||
set(DOXYGEN_CONFIG_DIR ${CMAKE_CURRENT_SOURCE_DIR}/doxygen)
|
||||
# set(EO_MODULE_NAME "Evolving Objects")
|
||||
set(CMAKE_SOURCE_DIR ${EO_SRC_DIR})
|
||||
add_subdirectory(${EO_SRC_DIR})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue