[mlpack-git] master: Remove gmm_convert from list of targets. (ac2031c)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Jul 13 04:04:59 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/8b2ca720828224607c70d2b539c43aecf8f4ec32...b4659b668021db631b3c8a48e3d735b513706fdc

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

commit ac2031c4815b86e42e84ae72afd1d23d08b01395
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sun Jul 12 13:34:17 2015 +0000

    Remove gmm_convert from list of targets.


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

ac2031c4815b86e42e84ae72afd1d23d08b01395
 src/mlpack/methods/gmm/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/methods/gmm/CMakeLists.txt b/src/mlpack/methods/gmm/CMakeLists.txt
index 74e7ed2..93728cc 100644
--- a/src/mlpack/methods/gmm/CMakeLists.txt
+++ b/src/mlpack/methods/gmm/CMakeLists.txt
@@ -21,14 +21,14 @@ endforeach()
 # the parent scope).
 set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 
-# main executable, em
+# main executable, gmm
 add_executable(gmm
   gmm_main.cpp
 )
 
-# link dependencies of mog_em
+# link dependencies of gmm
 target_link_libraries(gmm
   mlpack
 )
 
-install(TARGETS gmm gmm_convert RUNTIME DESTINATION bin)
+install(TARGETS gmm RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list