Skip to content

Commit 437b7fe

Browse files
authored
sh prefix renamed to sb
1 parent a0ada4b commit 437b7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.sh
1212
foreach(float_type ${FLOAT_TYPES})
1313
string(SUBSTRING ${float_type} 0 1 float_char_upper)
1414
string(TOLOWER ${float_char_upper} float_char)
15-
if (${float_char} STREQUAL "h")
15+
if (${float_char} STREQUAL "b")
1616
continue()
1717
endif()
1818
#level1

0 commit comments

Comments
 (0)