We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f67977a + ed2871c commit 4cb302aCopy full SHA for 4cb302a
1 file changed
CMakeLists.txt
@@ -17,14 +17,8 @@ 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
+option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)
28
29
option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)
30
0 commit comments