[mlpack-git] master: Remove unnecessary libxml2 link (though it didn't do anything anyway). (01ac3eb)

gitdub at mlpack.org gitdub at mlpack.org
Mon Sep 12 17:32:34 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/12a10f428c07dd409d52684932655842a8eddb29...8d6d3919faf8596778b6db8c8865262fec9c394b

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

commit 01ac3eb782d2b9f219d99f8fb8ff1b77ef7ab1ff
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Sep 12 17:32:34 2016 -0400

    Remove unnecessary libxml2 link (though it didn't do anything anyway).


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

01ac3eb782d2b9f219d99f8fb8ff1b77ef7ab1ff
 src/mlpack/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/CMakeLists.txt b/src/mlpack/CMakeLists.txt
index 0a044a3..a283c6b 100644
--- a/src/mlpack/CMakeLists.txt
+++ b/src/mlpack/CMakeLists.txt
@@ -35,7 +35,6 @@ endif ()
 target_link_libraries(mlpack
   ${ARMADILLO_LIBRARIES}
   ${Boost_LIBRARIES}
-  ${LIBXML2_LIBRARIES}
 )
 set_target_properties(mlpack
   PROPERTIES




More information about the mlpack-git mailing list