diff options
| -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" .) |
