X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/c4734c5b21355542c5718478f73ddf60ecf559fb..6a3e79b792a45688e555394337273061502752c4:/doc/CMakeLists.txt?ds=sidebyside diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index c1995f7..5a7d9cb 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,7 +5,7 @@ if(DOXYGEN_FOUND) add_custom_target(doc ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile - WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + WORKING_DIRECTORY ${DOC_OUTPUT_PATH} COMMENT "Generating API documentation with Doxygen" VERBATIM )