[mlpack-svn] r11269 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jan 23 23:48:46 EST 2012


Author: rcurtin
Date: 2012-01-23 23:48:45 -0500 (Mon, 23 Jan 2012)
New Revision: 11269

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Don't install Doxygen documentation if it was never built.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-01-24 04:38:55 UTC (rev 11268)
+++ mlpack/trunk/CMakeLists.txt	2012-01-24 04:48:45 UTC (rev 11269)
@@ -131,5 +131,6 @@
   install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html
     DESTINATION share/doc/mlpack
     COMPONENT doc
+    OPTIONAL
   )
 endif (DOXYGEN_FOUND)




More information about the mlpack-svn mailing list