Skip to content

Commit 12db113

Browse files
committed
timmerge benchmaks only compile with C++11
1 parent b564b8e commit 12db113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ foreach(filename bench_merge.cpp bench_sort.cpp)
44
add_executable(${name} ${filename})
55
target_link_libraries(${name} PRIVATE gfx::timsort)
66
endforeach()
7+
8+
target_compile_features(bench_merge PRIVATE cxx_std_11)

0 commit comments

Comments
 (0)