Skip to content

Commit 3edc6bd

Browse files
committed
fatal error
1 parent f1e506b commit 3edc6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (BUILD_OPENBLAS)
2222

2323
if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|arm64|armv8|arm")
2424
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
25-
message(ERROR "The HiGHS build with OpenBLAS does not yet support 32-bit ARM architectures. \
25+
message(FATAL_ERROR "The HiGHS build with OpenBLAS does not yet support 32-bit ARM architectures. \
2626
You could try to compile OpenBLAS separately on your machine, see https://github.com/OpenMathLib/OpenBLAS. \
2727
Then link with HiGHS by passing the path to the OpenBLAS installation via BLAS_ROOT. \
2828
Please don't hesitate to get in touch with us with details about your related issues.")

0 commit comments

Comments
 (0)