2020-10-10 14:36:42 +02:00

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