try changes from #3561

This commit is contained in:
Martin Kroeker 2022-03-06 19:22:44 +01:00 committed by GitHub
parent 8ddfd928e7
commit 4cbcd1f8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -17,14 +17,14 @@ include(GNUInstallDirs)
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)
if(MSVC AND NOT DEFINED NOFORTRAN) #if(MSVC AND NOT DEFINED NOFORTRAN)
set(NOFORTRAN ON) # set(NOFORTRAN ON)
endif() #endif()
####### #######
if(MSVC) #if(MSVC)
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" ON) option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)
endif() #endif()
option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF) option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)