Skip to content

Commit

Permalink
[fold] missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Jun 11, 2020
1 parent 85cbe22 commit 7e3e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builds/CMake/RippledDocs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (NOT TARGET Doxygen::doxygen)
endif ()

set (doxygen_output_directory "${CMAKE_BINARY_DIR}/docs")
set (doxygen_include_path "${CMAKE_SOURCE_DIR}/src")
set (doxygen_include_path "${CMAKE_CURRENT_SOURCE_DIR}/src")
set (doxygen_index_file "${doxygen_output_directory}/html/index.html")
set (doxyfile "${CMAKE_CURRENT_SOURCE_DIR}/docs/Doxyfile")

Expand Down

0 comments on commit 7e3e660

Please sign in to comment.