Link CLI programs against Boost libraries.

This commit is contained in:
Ryan Curtin
2017-11-20 10:50:53 -05:00
parent f2b5ba24c3
commit b553e1ea2e
+1
View File
@@ -8,6 +8,7 @@ if (BUILD_CLI_EXECUTABLES)
)
target_link_libraries(mlpack_${name}
mlpack
${Boost_LIBRARIES}
${COMPILER_SUPPORT_LIBRARIES}
)
# Make sure that we set BINDING_TYPE to cli so the command-line program is