Skip to content

Commit 3172169

Browse files
Backport #7479 to release/15.x (#7481)
Turn on WITH_UTILS in CMakePresets.json for 'package' preset (Fixes #7465) (#7479)
1 parent 4421ef5 commit 3172169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"WITH_TESTS": "NO",
113113
"WITH_TUTORIALS": "NO",
114114
"WITH_DOCS": "YES",
115-
"WITH_UTILS": "NO",
115+
"WITH_UTILS": "YES",
116116
"WITH_PYTHON_BINDINGS": "NO",
117117
"CMAKE_INSTALL_DATADIR": "share/Halide"
118118
}

0 commit comments

Comments
 (0)