mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:19:08 +08:00
5 lines
98 B
CMake
5 lines
98 B
CMake
|
cmake_minimum_required(VERSION 3.17)
|
||
|
|
||
|
project(Find_BLAS_external)
|
||
|
find_package(BLAS REQUIRED)
|