From c2ac1d36222ef33ebfd34729cc90d96259c86dc6 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Tue, 25 Jun 2019 11:10:31 +0000 Subject: [PATCH] chore: remove typo Signed-off-by: Lorenzo Fontana Co-Authored-By: Leonardo Di Donato --- userspace/engine/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/userspace/engine/CMakeLists.txt b/userspace/engine/CMakeLists.txt index ef7bc25d..2dbf3b50 100644 --- a/userspace/engine/CMakeLists.txt +++ b/userspace/engine/CMakeLists.txt @@ -45,7 +45,6 @@ target_link_libraries(falco_engine "${LPEG_LIB}" "${LYAML_LIB}" "${LIBYAML_LIB}") -# --coverage) # todo: enable only if coverage enabled configure_file(config_falco_engine.h.in config_falco_engine.h)