Skip to content

Commit

Permalink
Fix doxygen build by not specifying working directory that has been r…
Browse files Browse the repository at this point in the history
…emoved

...and is unnecessary.
  • Loading branch information
lmoellendorf committed Jan 6, 2025
1 parent b081711 commit 1134c7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ if(BUILD_DOCS)
docs
${CMAKE_CURRENT_SOURCE_DIR}/README.md
${CMAKE_CURRENT_SOURCE_DIR}/src/iniparser.h
ALL
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/doc)
ALL)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
DESTINATION ${CMAKE_INSTALL_DOCDIR})
endif()

0 comments on commit 1134c7e

Please sign in to comment.