Compile libmlpack.so not libmlpack.a.
This commit is contained in:
@@ -15,7 +15,7 @@ foreach(dir ${DIRS})
|
||||
endforeach()
|
||||
|
||||
# MLPACK_SRCS is set in the subdirectories.
|
||||
add_library(mlpack ${MLPACK_SRCS})
|
||||
add_library(mlpack SHARED ${MLPACK_SRCS})
|
||||
target_link_libraries(mlpack
|
||||
armadillo
|
||||
lapack
|
||||
|
||||
Reference in New Issue
Block a user