[mlpack-git] master: Make build directory Doxyfile update itself when root Doxyfile changes. (30db4e2)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Aug 31 15:46:15 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/fab25eaf7b9630076fd3b980e43a25363a936d28...b34381d94ec4d8f026a2954f8376b9df5a4d661d

>---------------------------------------------------------------

commit 30db4e2fef87af07c99665a9cf326c03724195f7
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Aug 31 15:59:39 2015 +0000

    Make build directory Doxyfile update itself when root Doxyfile changes.


>---------------------------------------------------------------

30db4e2fef87af07c99665a9cf326c03724195f7
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32e9d47..8eddc98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -298,6 +298,7 @@ if (DOXYGEN_FOUND)
       COMMAND ${CMAKE_COMMAND} -D DESTDIR="${CMAKE_BINARY_DIR}" -P
           "${CMAKE_CURRENT_SOURCE_DIR}/CMake/GenerateDoxyfile.cmake"
       WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
+      DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile"
       COMMENT "Creating Doxyfile to generate Doxygen documentation"
   )
 



More information about the mlpack-git mailing list