From 7cf23fb7c6ac7a9ae6f0a3db165ba6f6e11d3e0b Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Tue, 24 Oct 2023 19:59:56 +0000 Subject: [PATCH] fix(cmake): include jq only on linux Signed-off-by: Roberto Scolaro --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index adcaccaf..3cc0f84a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,9 +184,6 @@ include(falcosecurity-libs) # compute FALCO_VERSION (depends on libs) include(falco-version) -# jq -include(jq) - # nlohmann-json include(njson)