mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:59:02 +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
|