Define TIMER variable for MSVC C_LAPACK builds

This commit is contained in:
Martin Kroeker 2022-03-04 08:33:23 +01:00 committed by GitHub
parent 9f22a20f21
commit 3c84faf817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ include(CMakePackageConfigHelpers)
if(MSVC AND NOT DEFINED NOFORTRAN) if(MSVC AND NOT DEFINED NOFORTRAN)
set(NOFORTRAN ON) set(NOFORTRAN ON)
set(TIMER "NONE")
endif() endif()
####### #######