Browse Source

sh prefix renamed to sb

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
437b7fe261
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ctest/CMakeLists.txt

+ 1
- 1
ctest/CMakeLists.txt 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


Loading…
Cancel
Save