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 79f3a67 commit 394191eCopy full SHA for 394191e
cmake/FindHipoDeps.cmake
@@ -12,7 +12,7 @@ if (WIN32)
12
message(STATUS "OpenBLAS CMake config path: ${OpenBLAS_DIR}")
13
endif()
14
15
- if ((BLAS_ROOT STREQUAL "") OR (NOT OpenBLAS_Found))
+ if ((BLAS_ROOT STREQUAL "") OR (NOT OpenBLAS_FOUND))
16
find_package(OpenBLAS CONFIG REQUIRED)
17
18
if(OpenBLAS_FOUND)
@@ -174,4 +174,4 @@ if (NOT (GKLIB_ROOT STREQUAL ""))
174
175
176
177
-endif()
+endif()
0 commit comments