diff options
| author | Antonin Descampe <antonin@gmail.com> | 2012-02-07 08:08:58 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2012-02-07 08:08:58 +0000 |
| commit | 46da9f2294489b9c4b658605f934ecc298dc2d7a (patch) | |
| tree | 318151fc0f7e80a18feec3400ee9d1ac3e08b9eb /doc | |
| parent | 995b145f09da886573a27710f16f78f9c2b2134f (diff) | |
[1.5] revert build documentation behaviour in cmake
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 89ad74d8..0c00e31a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -11,7 +11,7 @@ IF(DOXYGEN_FOUND) ${CMAKE_BINARY_DIR}/doc/Doxyfile-html.dox @ONLY) # Generate new target to build the html documentation - ADD_CUSTOM_TARGET(doc + ADD_CUSTOM_TARGET(doc ALL ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/doc/Doxyfile-html.dox) ELSE(DOXYGEN_FOUND) |
