Skip to content

Commit db50062

Browse files
Fix bug in CMakeLists.txt that is causing trouble to AppVeyor
1 parent 5c94972 commit db50062

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
@@ -180,7 +180,7 @@ CheckLAPACKCompilerFlags()
180180
# Check second function
181181

182182
include(CheckTimeFunction)
183-
set(TIME_FUNC NONE ${TIME_FUNC})
183+
set(NONE ${TIME_FUNC})
184184
CHECK_TIME_FUNCTION(NONE TIME_FUNC)
185185
CHECK_TIME_FUNCTION(INT_CPU_TIME TIME_FUNC)
186186
CHECK_TIME_FUNCTION(EXT_ETIME TIME_FUNC)

0 commit comments

Comments
 (0)