Browse Source

Update CMakeLists.txt

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

+ 4
- 4
CMakeLists.txt View File

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


Loading…
Cancel
Save