From 0165922465395c85850df3ff7f5fe027bc17d8df Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Wed, 25 Oct 2023 13:29:34 +0000 Subject: [PATCH] fixup! fix(cmake): various fixes for windows build Signed-off-by: Roberto Scolaro --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1100af648fe..e4bd42cbb3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -193,7 +193,7 @@ include(njson) # yaml-cpp include(yaml-cpp) -if(LINUX) +if(LINUX AND NOT MINIMAL_BUILD) # jq include(jq)