[mlpack-git] master: Tiny misspelling fix. (7ec665b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Mar 25 17:34:17 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/870007c6afe8c83358787d6cb2422e2356e73287...7ec665bd5174d62916d6a691059d9bf5e188cbf7

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

commit 7ec665bd5174d62916d6a691059d9bf5e188cbf7
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Mar 25 17:34:08 2015 -0400

    Tiny misspelling fix.


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

7ec665bd5174d62916d6a691059d9bf5e188cbf7
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index be7f8af..341465a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -272,7 +272,7 @@ if (GIT_FOUND)
     add_custom_target(mlpack_gitversion ALL
         COMMAND ${CMAKE_COMMAND} -P CMake/CreateGitVersionHeader.cmake
         WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
-        COMMENT "Updating gitnversion.hpp (if necessary)")
+        COMMENT "Updating gitversion.hpp (if necessary)")
   # Add gitversion.hpp to the list of sources.
   set(MLPACK_SRCS ${MLPACK_SRCS}
       "${CMAKE_CURRENT_SOURCE_DIR}/src/mlpack/core/util/gitversion.hpp")



More information about the mlpack-git mailing list