mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 14:08:25 -05:00
5 lines
102 B
CMake
Executable File
5 lines
102 B
CMake
Executable File
cmake_minimum_required(VERSION 3.17)
|
|
|
|
project(Find_LAPACK_external)
|
|
find_package(LAPACK REQUIRED)
|