Update CMakeLists.txt
This commit is contained in:
parent
ab88156e94
commit
1daab20180
|
@ -18,7 +18,7 @@ endif ()
|
||||||
# crashing on travis cl with an error code suggesting resource not found
|
# crashing on travis cl with an error code suggesting resource not found
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
set(OpenBLAS_utest_src
|
set(OpenBLAS_utest_src
|
||||||
$(OpenBLAS_utest_src}
|
${OpenBLAS_utest_src}
|
||||||
test_dotu.c
|
test_dotu.c
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in New Issue