vcpkg/scripts/test_ports/blas-test/CMakeLists.txt
Alexander Neumann 0bc3f04da6
[blas/lapack] force vendor (#24327)
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-04-08 11:15:54 -07:00

7 lines
184 B
CMake

cmake_minimum_required(VERSION 3.17)
project(Find_BLAS_external)
find_package(BLAS REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(BLAS_PC REQUIRED IMPORTED_TARGET blas)