Browse Source

Merge pull request #1417 from xoviat/openblas-library-name

CMake: Use the correct library name on windows
tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
0cf8046324
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      CMakeLists.txt

+ 0
- 4
CMakeLists.txt View File

@@ -12,11 +12,7 @@ set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${Open
# Adhere to GNU filesystem layout conventions
include(GNUInstallDirs)

if(MSVC)
set(OpenBLAS_LIBNAME libopenblas)
else()
set(OpenBLAS_LIBNAME openblas)
endif()

#######
if(MSVC)


Loading…
Cancel
Save