Update CMakeLists.txt

This commit is contained in:
Martin Kroeker 2016-11-05 13:30:40 +01:00 committed by GitHub
parent 81ac8aab81
commit 8e7f2809af
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ else()
endif() endif()
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) if(BUILD_WITHOUT_CBLAS)
set(NO_CBLAS 1) set(NO_CBLAS 1)