Update CMakeLists.txt

This commit is contained in:
Martin Kroeker
2016-11-05 13:05:05 +01:00
committed by GitHub
parent f5b028eb37
commit 6c7b9b74f6

View File

@@ -32,6 +32,10 @@ endif()
if(CMAKE_CONFIGURATION_TYPES) # multiconfig generator?
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)
set(CMAKE_BUILD_TYPE
Debug Debug
Release Release
)
set(OpenBLAS_LIBNAME
Debug "${OpenBLAS_LIBNAME}_d"
Release "${OpenBLAS_LIBNAME}"