Link CLI programs against Boost libraries.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user