[mlpack-git] master: Put the documentation in a more relevant place. (a8c7bca)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Apr 1 18:58:13 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/90a9d939482856608467bf174f824bc441ec2c21...60010cad2a8c3e3f52f69c10d8077a025255d6db

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

commit a8c7bcae79a26bd9a2f4a3a4dbbea5dd6e28a4d9
Author: ryan <ryan at ratml.org>
Date:   Wed Apr 1 16:05:27 2015 -0400

    Put the documentation in a more relevant place.


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

a8c7bcae79a26bd9a2f4a3a4dbbea5dd6e28a4d9
 CMakeLists.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 196a1f7..3a86d54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -292,13 +292,12 @@ endif (GIT_FOUND)
 # Recurse into the rest of the project.
 add_subdirectory(src/mlpack)
 
+# If we need to keep gitversion.hpp up to date, then make sure the mlpack target
+# depends on it.
 if (USING_GIT STREQUAL "YES")
   add_dependencies(mlpack mlpack_gitversion)
 endif (USING_GIT STREQUAL "YES")
 
-# If we need to keep gitversion.hpp up to date, then make sure the mlpack target
-# depends on it.
-
 # Make a target to generate the documentation.  If Doxygen isn't installed, then
 # I guess this option will just be unavailable.
 find_package(Doxygen)



More information about the mlpack-git mailing list