[mlpack-svn] r13718 - mlpack/trunk/CMake

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Oct 16 00:02:29 EDT 2012


Author: rcurtin
Date: 2012-10-16 00:02:29 -0400 (Tue, 16 Oct 2012)
New Revision: 13718

Modified:
   mlpack/trunk/CMake/GenerateDoxyfile.cmake
Log:
Comments and cmake_minimum_required removed because they are not necessary.


Modified: mlpack/trunk/CMake/GenerateDoxyfile.cmake
===================================================================
--- mlpack/trunk/CMake/GenerateDoxyfile.cmake	2012-10-16 03:46:59 UTC (rev 13717)
+++ mlpack/trunk/CMake/GenerateDoxyfile.cmake	2012-10-16 04:02:29 UTC (rev 13718)
@@ -1,11 +1,7 @@
-cmake_minimum_required(VERSION 2.8)
-
 # We need to modify the Doxyfile slightly.  We'll copy the Doxyfile into the
 # build directory, update the location of the source, and then run Doxygen and
 # it will generate the documentation into the build directory.
 
-message(STATUS "Hurble ${CMAKE_CURRENT_SOURCE_DIR}")
-
 # First, read the Doxyfile in as a variable.
 file(READ "${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile" DOXYFILE_CONTENTS)
 
@@ -29,7 +25,5 @@
     DOXYFILE_AUXVAR "${DOXYFILE_CONTENTS}"
 )
 
-message(STATUS "Ready to go ${DESTDIR}")
-
 # Save the Doxyfile to its new location.
 file(WRITE "${DESTDIR}/Doxyfile" "${DOXYFILE_AUXVAR}")




More information about the mlpack-svn mailing list