Update CMakeLists.txt
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 5 Nov 2016 12:30:40 +0000 (13:30 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Nov 2016 12:30:40 +0000 (13:30 +0100)
CMakeLists.txt

index 4c48476..85397d5 100644 (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)