Skip to content

Commit

Permalink
fix(doc): use current source dir and not the root one.
Browse files Browse the repository at this point in the history
Allow Paradiseo to be built as a Git submodule of another project.
  • Loading branch information
jdreo committed Sep 4, 2024
1 parent 8414882 commit 732fe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 732fe09

Please sign in to comment.