mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:19:00 +08:00
5 lines
156 B
CMake
5 lines
156 B
CMake
|
cmake_minimum_required(VERSION 3.17)
|
||
|
|
||
|
project(Find_LAPACK_external)
|
||
|
find_package(LAPACK REQUIRED)
|
||
|
#TODO make sure that the found LAPACK is outside VCPKG
|