Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed default value for TIME_FUNC.
  • Loading branch information
STCE2023 committed Aug 5, 2022
commit 4c189dd8fce13022fc8a41bedb985fc73c022748
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ CheckLAPACKCompilerFlags()
# Check second function

include(CheckTimeFunction)
set(NONE ${TIME_FUNC})
set(TIME_FUNC NONE)
CHECK_TIME_FUNCTION(NONE TIME_FUNC)
CHECK_TIME_FUNCTION(INT_CPU_TIME TIME_FUNC)
CHECK_TIME_FUNCTION(EXT_ETIME TIME_FUNC)
Expand Down