From 8e7f2809afed4862d08da44cd000ec907def1c6b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 5 Nov 2016 13:30:40 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c48476..85397d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ else() endif() endif() -set_target_properties (${OpenBLAS_LIBNAME} PROPERTIES OUTPUT_NAME_DEBUG "${OpenBLAS_LIBNAME}_d") +set_target_properties (OpenBLAS PROPERTIES OUTPUT_NAME_DEBUG "${OpenBLAS_LIBNAME}_d") if(BUILD_WITHOUT_CBLAS) set(NO_CBLAS 1) -- 2.7.4