sh prefix renamed to sb
This commit is contained in:
parent
a0ada4bcb8
commit
437b7fe261
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue