Skip to content

Commit ef19a10

Browse files
jcfrthewtex
authored andcommitted
windows_build_wheels: Ensure itk build can find ninja
1 parent 4ec4d38 commit ef19a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/windows_build_wheels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def build_wrapped_itk(
8080

8181
check_call([
8282
"cmake",
83+
"-DCMAKE_MAKE_PROGRAM:FILEPATH=%s" % ninja_executable,
8384
"-DCMAKE_BUILD_TYPE:STRING=%s" % build_type,
8485
"-DITK_SOURCE_DIR:PATH=%s" % source_path,
8586
"-DITK_BINARY_DIR:PATH=%s" % build_path,

0 commit comments

Comments
 (0)