mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
22 lines
618 B
Diff
22 lines
618 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0fb228f..2275734 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -321,14 +321,13 @@ else()
|
|
set(ARMA_OS unix)
|
|
|
|
include(ARMA_FindMKL)
|
|
- include(ARMA_FindOpenBLAS)
|
|
include(ARMA_FindATLAS)
|
|
- include(ARMA_FindBLAS)
|
|
- include(ARMA_FindLAPACK)
|
|
|
|
if(ALLOW_FLEXIBLAS_LINUX AND (${CMAKE_SYSTEM_NAME} MATCHES "Linux"))
|
|
include(ARMA_FindFlexiBLAS)
|
|
endif()
|
|
+ find_package(BLAS)
|
|
+ find_package(LAPACK)
|
|
|
|
message(STATUS " MKL_FOUND = ${MKL_FOUND}" )
|
|
message(STATUS " OpenBLAS_FOUND = ${OpenBLAS_FOUND}" )
|