Remove special handling of MSVC
This commit is contained in:
parent
99ec157487
commit
59a0d01647
|
@ -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…
Reference in New Issue