This is an automated email from the ASF dual-hosted git repository. mochen pushed a commit to branch disk-fail-test in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 941d36710b9ede66e8618aa1e47fd243f44ac358 Author: Mo Chen <[email protected]> AuthorDate: Thu Aug 31 15:47:51 2023 -0500 Fix build error caused by bad merge --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce16639cb6..9aea151911 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ option(ENABLE_DOCS "Build docs (default OFF)") option(ENABLE_DISK_FAILURE_TESTS "Build disk failure tests (enables AIO fault injection, default OFF)" OFF) if(ENABLE_DISK_FAILURE_TESTS) add_compile_definitions("AIO_FAULT_INJECTION") +endif() option(ENABLE_BENCHMARKS "Build benchmarks (default OFF)") # Setup user
