mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:48:59 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
10 lines
289 B
CMake
10 lines
289 B
CMake
# BLA_VENDOR and BLA_STATIC are documented at:
|
|
# * https://cmake.org/cmake/help/latest/module/FindBLAS.html
|
|
# * https://cmake.org/cmake/help/latest/module/FindLAPACK.html
|
|
|
|
set(BLA_VENDOR @BLA_VENDOR@)
|
|
set(BLA_STATIC @BLA_STATIC@)
|
|
_find_package(${ARGS})
|
|
unset(BLA_VENDOR)
|
|
unset(BLA_STATIC)
|