Browse Source

Update CMakeLists.txt

tags/v0.2.20^2
Martin Kroeker GitHub 9 years ago
parent
commit
8e7f2809af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

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


Loading…
Cancel
Save