Browse Source

Remove MSVC limitation

tags/v0.3.21
Alessio Zanga 4 years ago
parent
commit
ed8c028f7f
No known key found for this signature in database GPG Key ID: E6E40FE5D8CC736E
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      CMakeLists.txt

+ 0
- 8
CMakeLists.txt View File

@@ -17,15 +17,7 @@ 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_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)

option(DYNAMIC_ARCH "Include support for multiple CPU targets, with automatic selection at runtime (x86/x86_64, aarch64 or ppc only)" OFF)


Loading…
Cancel
Save