Eyescale/CMake

Doxygit requires CMake subtree in target directory

hernando opened this issue · 2 comments

Doxygit.cmake is executed using the script present at the project including the CMake tree, but it requires another CMake tree present and the documentation target directory.
This is not very intuitive. It seems more a problem of how CMAKE_SOURCE_DIR is substituted when Doxygit.cmake is executed than the intended behaviour.

eile commented

Noticed this one as well, but didn't have a simple solution.

Doxygit target has been fixed ( #219 ). Now it is only available in the documentation projects, which simplifies implementation and eliminates this issue.