Disable C_LAPACK fallback for MSVC
This commit is contained in:
parent
ba8995ea4e
commit
de8ca69976
|
@ -284,12 +284,13 @@ if (NOT NOFORTRAN)
|
||||||
# Fortran Compiler dependent settings
|
# Fortran Compiler dependent settings
|
||||||
include("${PROJECT_SOURCE_DIR}/cmake/fc.cmake")
|
include("${PROJECT_SOURCE_DIR}/cmake/fc.cmake")
|
||||||
else ()
|
else ()
|
||||||
set(C_LAPACK 1)
|
if (NOT MSVC)
|
||||||
if (INTERFACE64)
|
set(C_LAPACK 1)
|
||||||
set (CCOMMON_OPT "${CCOMMON_OPT} -DLAPACK_ILP64")
|
if (INTERFACE64)
|
||||||
endif ()
|
set (CCOMMON_OPT "${CCOMMON_OPT} -DLAPACK_ILP64")
|
||||||
set(TIMER "NONE")
|
endif ()
|
||||||
#set(NO_LAPACKE 1)
|
set(TIMER "NONE")
|
||||||
|
endif ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (BINARY64)
|
if (BINARY64)
|
||||||
|
|
Loading…
Reference in New Issue