Skip to content

Commit

Permalink
fixup! fix(cmake): various fixes for windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Oct 25, 2023
1 parent 0193ad8 commit 0165922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ include(njson)
# yaml-cpp
include(yaml-cpp)

if(LINUX)
if(LINUX AND NOT MINIMAL_BUILD)
# jq
include(jq)

Expand Down

0 comments on commit 0165922

Please sign in to comment.