mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
f4df9aa996
* [armadillo] update to 11.2.3 * update version * add license * overwrite version
23 lines
631 B
Diff
23 lines
631 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e5dcf54..c60cd53 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -335,13 +335,12 @@ else()
|
|
else()
|
|
set(FlexiBLAS_FOUND false)
|
|
endif()
|
|
-
|
|
+
|
|
+ find_package(BLAS)
|
|
+ find_package(LAPACK)
|
|
include(ARMA_FindMKL)
|
|
- include(ARMA_FindOpenBLAS)
|
|
include(ARMA_FindATLAS) # TODO: remove support for ATLAS in next major version
|
|
- include(ARMA_FindBLAS)
|
|
- include(ARMA_FindLAPACK)
|
|
-
|
|
+
|
|
message(STATUS "FlexiBLAS_FOUND = ${FlexiBLAS_FOUND}" )
|
|
message(STATUS " MKL_FOUND = ${MKL_FOUND}" )
|
|
message(STATUS " OpenBLAS_FOUND = ${OpenBLAS_FOUND}" )
|