From 4cbcd1f8a5129f47cad887e86004761586bb4380 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 6 Mar 2022 19:22:44 +0100 Subject: [PATCH] try changes from #3561 --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab9f3af80..6bc9ac1e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,14 +17,14 @@ include(GNUInstallDirs) include(CMakePackageConfigHelpers) -if(MSVC AND NOT DEFINED NOFORTRAN) - set(NOFORTRAN ON) -endif() +#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() +#if(MSVC) + option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF) +#endif() option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)