Update CMakeLists.txt

This commit is contained in:
Martin Kroeker 2016-11-05 13:11:32 +01:00 committed by GitHub
parent 6c7b9b74f6
commit ce372062d6
1 changed files with 4 additions and 4 deletions

View File

@ -36,10 +36,10 @@ if(CMAKE_CONFIGURATION_TYPES) # multiconfig generator?
Debug Debug Debug Debug
Release Release Release Release
) )
set(OpenBLAS_LIBNAME # set(OpenBLAS_LIBNAME
Debug "${OpenBLAS_LIBNAME}_d" # Debug "${OpenBLAS_LIBNAME}_d"
Release "${OpenBLAS_LIBNAME}" # Release "${OpenBLAS_LIBNAME}"
) # )
else() else()
if( NOT CMAKE_BUILD_TYPE ) if( NOT CMAKE_BUILD_TYPE )
if(BUILD_DEBUG) if(BUILD_DEBUG)