[mlpack-git] master,mlpack-1.0.x: Rename executable. (39666eb)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:53:07 EST 2015


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 39666ebdf797e4f8a02dbd867e8f17ce8773105e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 14 11:57:13 2014 +0000

    Rename executable.


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

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

diff --git a/src/mlpack/methods/decision_stump/CMakeLists.txt b/src/mlpack/methods/decision_stump/CMakeLists.txt
index 0bc9b8b..3c811b8 100644
--- a/src/mlpack/methods/decision_stump/CMakeLists.txt
+++ b/src/mlpack/methods/decision_stump/CMakeLists.txt
@@ -16,11 +16,11 @@ endforeach()
 # the parent scope).
 set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 
-add_executable(dec_stu
+add_executable(decision_stump
   decision_stump_main.cpp
 )
-target_link_libraries(dec_stu
+target_link_libraries(decision_stump
   mlpack
 )
 
-install(TARGETS dec_stu RUNTIME DESTINATION bin)
+install(TARGETS decision_stump RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list