aboutsummaryrefslogtreecommitdiff
path: root/ports/mlpack/blas_lapack.patch
blob: 2b9e4459766a2f053b03ef719fc4c6119854712f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b158498..50f1def 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -286,7 +286,7 @@ if (WIN32)
   find_package(LAPACK)
   find_package(BLAS)
   set(ARMADILLO_LIBRARIES
-       ${ARMADILLO_LIBRARIES} ${BLAS_LIBRARY} ${LAPACK_LIBRARY})
+       ${ARMADILLO_LIBRARIES} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
 endif ()
 
 # Include directories for the previous dependencies.