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

This commit is contained in:
Ryan Curtin
2016-09-12 17:32:34 -04:00
parent 9c28c08ea7
commit 01ac3eb782
-1
View File
@@ -35,7 +35,6 @@ endif ()
target_link_libraries(mlpack
${ARMADILLO_LIBRARIES}
${Boost_LIBRARIES}
${LIBXML2_LIBRARIES}
)
set_target_properties(mlpack
PROPERTIES