Browse Source

try changes from #3561

pull/3563/head
Martin Kroeker GitHub 4 years ago
parent
commit
4cbcd1f8a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      CMakeLists.txt

+ 6
- 6
CMakeLists.txt View File

@@ -17,14 +17,14 @@ include(GNUInstallDirs)


include(CMakePackageConfigHelpers) 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) option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)




Loading…
Cancel
Save