Skip to content

Commit

Permalink
Backport #7479 to release/15.x (#7481)
Browse files Browse the repository at this point in the history
Turn on WITH_UTILS in CMakePresets.json for 'package' preset (Fixes #7465) (#7479)
  • Loading branch information
steven-johnson authored Apr 6, 2023
1 parent 4421ef5 commit 3172169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"WITH_TESTS": "NO",
"WITH_TUTORIALS": "NO",
"WITH_DOCS": "YES",
"WITH_UTILS": "NO",
"WITH_UTILS": "YES",
"WITH_PYTHON_BINDINGS": "NO",
"CMAKE_INSTALL_DATADIR": "share/Halide"
}
Expand Down

0 comments on commit 3172169

Please sign in to comment.