Skip to content

Commit 394191e

Browse files
authored
Update FindHipoDeps.cmake
1 parent 79f3a67 commit 394191e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (WIN32)
1212
message(STATUS "OpenBLAS CMake config path: ${OpenBLAS_DIR}")
1313
endif()
1414
endif()
15-
if ((BLAS_ROOT STREQUAL "") OR (NOT OpenBLAS_Found))
15+
if ((BLAS_ROOT STREQUAL "") OR (NOT OpenBLAS_FOUND))
1616
find_package(OpenBLAS CONFIG REQUIRED)
1717

1818
if(OpenBLAS_FOUND)
@@ -174,4 +174,4 @@ if (NOT (GKLIB_ROOT STREQUAL ""))
174174
endif()
175175
endif()
176176
endif()
177-
endif()
177+
endif()

0 commit comments

Comments
 (0)