vcpkg/scripts/test_ports/cblas-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

6 lines
159 B
CMake

cmake_minimum_required(VERSION 3.17)
project(Find_CBLAS_external)
find_package(PkgConfig REQUIRED)
pkg_check_modules(CBLAS_PC REQUIRED IMPORTED_TARGET cblas)