From 1daab20180a27ebe8a5f3eb5b5e803c6edce8786 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 19 Feb 2018 22:07:00 +0100 Subject: [PATCH] Update CMakeLists.txt --- utest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index 6cc7d87a0..1b426afe7 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -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 ()