zeek/auxil/vcpkg/ports/blas/vcpkg-cmake-wrapper.cmake.in
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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)