better wording

This commit is contained in:
conrad
2022-01-21 10:46:38 +10:00
parent 3badbee4dd
commit 19c8ea1dfc
+3 -3
View File
@@ -398,9 +398,9 @@ else()
set(ARMA_USE_LAPACK true)
else()
message(STATUS "")
message(STATUS "*** NOTE: if OpenBLAS is known to provide LAPACK functions,")
message(STATUS "*** NOTE: recommend to re-run the CMake installer")
message(STATUS "*** NOTE: with the OPENBLAS_PROVIDES_LAPACK option enabled.")
message(STATUS "*** NOTE: if OpenBLAS is known to provide LAPACK functions, recommend to")
message(STATUS "*** NOTE: rerun cmake with the OPENBLAS_PROVIDES_LAPACK option enabled:")
message(STATUS "*** NOTE: cmake -D OPENBLAS_PROVIDES_LAPACK=true .")
endif()
message(STATUS "")