Skip to content

Commit 4c189dd

Browse files
committed
Fixed default value for TIME_FUNC.
1 parent fc4d4ff commit 4c189dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ CheckLAPACKCompilerFlags()
257257
# Check second function
258258

259259
include(CheckTimeFunction)
260-
set(NONE ${TIME_FUNC})
260+
set(TIME_FUNC NONE)
261261
CHECK_TIME_FUNCTION(NONE TIME_FUNC)
262262
CHECK_TIME_FUNCTION(INT_CPU_TIME TIME_FUNC)
263263
CHECK_TIME_FUNCTION(EXT_ETIME TIME_FUNC)

0 commit comments

Comments
 (0)