We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180e38d commit 98d075eCopy full SHA for 98d075e
1 file changed
CMakeLists.txt
@@ -88,6 +88,7 @@ if(FIND_BLAS)
88
# Prefer checking BLA_SIZEOF_INTEGER (available in CMake >= 3.22)
89
if(DEFINED BLA_SIZEOF_INTEGER AND BLA_SIZEOF_INTEGER EQUAL 8)
90
set(${lib_name}_ILP64 True PARENT_SCOPE)
91
+ # Fallback: Check BLA_VENDOR manually for signs of ILP64
92
elseif("${BLA_VENDOR}" MATCHES ".*(_ilp|ILP64).*")
93
94
endif()
0 commit comments