Browse Source

Remove special handling of MSVC

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

+ 0
- 5
CMakeLists.txt View File

@@ -17,11 +17,6 @@ include(GNUInstallDirs)

include(CMakePackageConfigHelpers)

if(MSVC AND NOT DEFINED NOFORTRAN)
set(NOFORTRAN ON)
set(TIMER "NONE")
endif()

#######
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)



Loading…
Cancel
Save