[mlpack-git] master: Use mlpack_ prefix. (01558b8)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 11:51:12 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/6070527af14296cd99739de6c62666cc5d2a2125...7e6f53bc9af412e76d79d92f3c5c4fc135a049c6

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

commit 01558b8ce89bc3731ac3b181ea796cf03a89f094
Author: ryan <ryan at ratml.org>
Date:   Wed Dec 23 11:42:48 2015 -0500

    Use mlpack_ prefix.


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

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

diff --git a/src/mlpack/methods/hoeffding_trees/CMakeLists.txt b/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
index da6fe9c..76a6ae3 100644
--- a/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
+++ b/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
@@ -26,10 +26,10 @@ endforeach()
 # the parent scope).
 set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 
-add_executable(hoeffding_tree
+add_executable(mlpack_hoeffding_tree
   hoeffding_tree_main.cpp
 )
-target_link_libraries(hoeffding_tree
+target_link_libraries(mlpack_hoeffding_tree
   mlpack
 )
-install(TARGETS hoeffding_tree RUNTIME DESTINATION bin)
+install(TARGETS mlpack_hoeffding_tree RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list