diff options
| author | Han Hu <huhan8807@gmail.com> | 2017-07-27 15:42:25 +0800 |
|---|---|---|
| committer | Han Hu <huhan8807@gmail.com> | 2017-07-27 15:42:25 +0800 |
| commit | 9fb336bd036ec38c0d00e4e30458730ad074a551 (patch) | |
| tree | 7fd1a244e1bc9de03164fdb8107ecb4cb6047ed7 | |
| parent | 40a8f75748758b657a6a1ffe8014c4510ebf2182 (diff) | |
| download | vcpkg-9fb336bd036ec38c0d00e4e30458730ad074a551.tar.gz vcpkg-9fb336bd036ec38c0d00e4e30458730ad074a551.zip | |
fix find lapack
| -rw-r--r-- | ports/geogram/fix-cmake-config-and-install.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/geogram/fix-cmake-config-and-install.patch b/ports/geogram/fix-cmake-config-and-install.patch index b5490fdc1..77f1ef1c2 100644 --- a/ports/geogram/fix-cmake-config-and-install.patch +++ b/ports/geogram/fix-cmake-config-and-install.patch @@ -134,6 +134,7 @@ index 5789cd2..e4262e3 100644 include_directories(${GEOGRAM_SOURCE_DIR}/src/lib/third_party/numerics/INCLUDE) ++set(LAPACK_lapack_WORKS TRUE) +find_package(BLAS REQUIRED) +find_package(LAPACK REQUIRED) aux_source_directories(SOURCES "Source Files" .) |
