diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a683d84da..dae1737971 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,5 +131,6 @@ if (DOXYGEN_FOUND) install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html DESTINATION share/doc/mlpack COMPONENT doc + OPTIONAL ) endif (DOXYGEN_FOUND)