Skip to content

Commit 4cb302a

Browse files
authored
Merge pull request #3561 from AlessioZanga/patch-msvc
Remove MSVC limitation
2 parents f67977a + ed2871c commit 4cb302a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@ include(GNUInstallDirs)
1717

1818
include(CMakePackageConfigHelpers)
1919

20-
if(MSVC AND NOT DEFINED NOFORTRAN)
21-
set(NOFORTRAN ON)
22-
endif()
23-
2420
#######
25-
if(MSVC)
26-
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" ON)
27-
endif()
21+
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)
2822

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

0 commit comments

Comments
 (0)