Skip to content

Commit ed8c028

Browse files
committed
Remove MSVC limitation
1 parent 1ef97c4 commit ed8c028

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,7 @@ 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()
28-
2921
option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)
3022

3123
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

Comments
 (0)