sh prefix renamed to sb

This commit is contained in:
Martin Kroeker 2020-10-13 19:55:14 +02:00 committed by GitHub
parent a0ada4bcb8
commit 437b7fe261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.sh
foreach(float_type ${FLOAT_TYPES})
string(SUBSTRING ${float_type} 0 1 float_char_upper)
string(TOLOWER ${float_char_upper} float_char)
if (${float_char} STREQUAL "h")
if (${float_char} STREQUAL "b")
continue()
endif()
#level1