[mlpack-git] master,mlpack-1.0.x: Rename executable. (194844e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:53:11 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 194844e2a1c22fc3f43cb0c2bfee5cbac2958443
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 14 13:17:33 2014 +0000

    Rename executable.


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

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

diff --git a/src/mlpack/methods/perceptron/CMakeLists.txt b/src/mlpack/methods/perceptron/CMakeLists.txt
index fa5e980..b31efce 100644
--- a/src/mlpack/methods/perceptron/CMakeLists.txt
+++ b/src/mlpack/methods/perceptron/CMakeLists.txt
@@ -19,11 +19,11 @@ set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 add_subdirectory(initialization_methods)
 add_subdirectory(learning_policies)
 
-add_executable(percep
+add_executable(perceptron
   perceptron_main.cpp
 )
-target_link_libraries(percep
+target_link_libraries(perceptron
   mlpack
 )
 
-install(TARGETS percep RUNTIME DESTINATION bin)
+install(TARGETS perceptron RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list