We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef97c4 commit ed8c028Copy full SHA for ed8c028
CMakeLists.txt
@@ -17,15 +17,7 @@ include(GNUInstallDirs)
17
18
include(CMakePackageConfigHelpers)
19
20
-if(MSVC AND NOT DEFINED NOFORTRAN)
21
- set(NOFORTRAN ON)
22
-endif()
23
-
24
#######
25
-if(MSVC)
26
- option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" ON)
27
28
29
option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)
30
31
option(DYNAMIC_ARCH "Include support for multiple CPU targets, with automatic selection at runtime (x86/x86_64, aarch64 or ppc only)" OFF)
0 commit comments