diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index fe117439c3467822e2388c1119b920c5234b0f7d..a6d3f9889ac2ce2e82552bf77fcefa1cafb8ffe6 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -40,7 +40,7 @@ if(DOXYGEN_EXECUTABLE) if(CHAMELEON_SCHED_STARPU) configure_file("conf-dev-starpu.dox.in" - "chameleon-dev.dox" + "${CMAKE_CURRENT_BINARY_DIR}/chameleon-dev.dox" @ONLY) # configure_file("conf-usr-starpu.dox.in" # "chameleon-usr.dox" @@ -49,7 +49,7 @@ if(DOXYGEN_EXECUTABLE) elseif(CHAMELEON_SCHED_QUARK) configure_file("conf-dev-quark.dox.in" - "chameleon-dev.dox" + "${CMAKE_CURRENT_BINARY_DIR}/chameleon-dev.dox" @ONLY) # configure_file("conf-usr-quark.dox.in" # "chameleon-usr.dox"