Skip to content

Commit

Permalink
Fix a nasty bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Apr 15, 2024
1 parent 26082f7 commit 324c60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ endif ()

OPTION(_NO_TIMING_TESTS "Disable timing tests on platforms where `sleep` is unreliable" OFF)
if (_NO_TIMING_TESTS)
add_definitions("_D_QLEVER_NO_TIMING_TESTS")
add_definitions("-D_QLEVER_NO_TIMING_TESTS")
endif ()

if (USE_TREE_BASED_CACHE)
Expand Down

0 comments on commit 324c60b

Please sign in to comment.