mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-07 10:14:05 -05:00
5 lines
98 B
CMake
Executable File
5 lines
98 B
CMake
Executable File
cmake_minimum_required(VERSION 3.17)
|
|
|
|
project(Find_BLAS_external)
|
|
find_package(BLAS REQUIRED)
|