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 <[email protected]>
  • Loading branch information
therealbobo committed Oct 25, 2023
1 parent 825088a commit 9692f2c
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 9692f2c

Please sign in to comment.