mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-05 20:14:04 -05: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)
|