We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e506b commit 3edc6bdCopy full SHA for 3edc6bd
cmake/FindHipoDeps.cmake
@@ -22,7 +22,7 @@ if (BUILD_OPENBLAS)
22
23
if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|arm64|armv8|arm")
24
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
25
- message(ERROR "The HiGHS build with OpenBLAS does not yet support 32-bit ARM architectures. \
+ message(FATAL_ERROR "The HiGHS build with OpenBLAS does not yet support 32-bit ARM architectures. \
26
You could try to compile OpenBLAS separately on your machine, see https://github.com/OpenMathLib/OpenBLAS. \
27
Then link with HiGHS by passing the path to the OpenBLAS installation via BLAS_ROOT. \
28
Please don't hesitate to get in touch with us with details about your related issues.")
0 commit comments