mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:10:24 +08:00
3e2120fe2b
* [BLAS] add metaport * [openblas] enable also on macOS to allow lapack-reference previous setup * [clapack] bump port version * [blas, lapack] Remove incorrect comments about "outside vcpkg" Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
98 B
CMake
5 lines
98 B
CMake
cmake_minimum_required(VERSION 3.17)
|
|
|
|
project(Find_BLAS_external)
|
|
find_package(BLAS REQUIRED)
|