From f35f2fe110eccbfc90598f0fb1b6f37313370263 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 13 Apr 2019 12:39:01 -0700 Subject: [PATCH] Mark the benchmark as using the terminal Prevents buffering all output from the command. --- cmake/Benchmark.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Benchmark.cmake b/cmake/Benchmark.cmake index 8eab311ce..840d8e27a 100644 --- a/cmake/Benchmark.cmake +++ b/cmake/Benchmark.cmake @@ -2,4 +2,5 @@ ADD_CUSTOM_TARGET(benchmark COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $ + USES_TERMINAL )