Remove MSVC limitation
authorAlessio Zanga <alessio.zanga@outlook.it>
Fri, 4 Mar 2022 23:07:01 +0000 (00:07 +0100)
committerAlessio Zanga <alessio.zanga@outlook.it>
Sat, 5 Mar 2022 13:06:21 +0000 (14:06 +0100)
CMakeLists.txt

index ab9f3af..981130e 100644 (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)