Browse Source

Merge pull request #3561 from AlessioZanga/patch-msvc

Remove MSVC limitation
tags/v0.3.21
Martin Kroeker GitHub 4 years ago
parent
commit
4cb302a596
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      CMakeLists.txt

+ 1
- 7
CMakeLists.txt View File

@@ -17,14 +17,8 @@ include(GNUInstallDirs)

include(CMakePackageConfigHelpers)

if(MSVC AND NOT DEFINED NOFORTRAN)
set(NOFORTRAN ON)
endif()

#######
if(MSVC)
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" ON)
endif()
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)

option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)



Loading…
Cancel
Save