Update system.cmake

This commit is contained in:
Martin Kroeker 2022-04-07 17:26:06 +02:00 committed by GitHub
parent de8ca69976
commit 2f79f24971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,8 @@ else ()
set (CCOMMON_OPT "${CCOMMON_OPT} -DLAPACK_ILP64") set (CCOMMON_OPT "${CCOMMON_OPT} -DLAPACK_ILP64")
endif () endif ()
set(TIMER "NONE") set(TIMER "NONE")
else ()
set (NO_LAPACK 1)
endif () endif ()
endif () endif ()