Update CMakeLists.txt

This commit is contained in:
Martin Kroeker 2018-02-19 22:07:00 +01:00 committed by GitHub
parent ab88156e94
commit 1daab20180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 ()