Browse Source

Update CMakeLists.txt

pull/1462/head
Martin Kroeker GitHub 8 years ago
parent
commit
1daab20180
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
      utest/CMakeLists.txt

+ 1
- 1
utest/CMakeLists.txt View File

@@ -18,7 +18,7 @@ endif ()
# crashing on travis cl with an error code suggesting resource not found
if (NOT MSVC)
set(OpenBLAS_utest_src
$(OpenBLAS_utest_src}
${OpenBLAS_utest_src}
test_dotu.c
)
endif ()


Loading…
Cancel
Save