mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
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)
|