Skip to content

Commit 98d075e

Browse files
committed
updated
1 parent 180e38d commit 98d075e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ if(FIND_BLAS)
8888
# Prefer checking BLA_SIZEOF_INTEGER (available in CMake >= 3.22)
8989
if(DEFINED BLA_SIZEOF_INTEGER AND BLA_SIZEOF_INTEGER EQUAL 8)
9090
set(${lib_name}_ILP64 True PARENT_SCOPE)
91+
# Fallback: Check BLA_VENDOR manually for signs of ILP64
9192
elseif("${BLA_VENDOR}" MATCHES ".*(_ilp|ILP64).*")
9293
set(${lib_name}_ILP64 True PARENT_SCOPE)
9394
endif()

0 commit comments

Comments
 (0)