We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ac066f + ae2914a commit 8cc3daaCopy full SHA for 8cc3daa
1 file changed
scripts/windows_build_module_wheels.py
@@ -86,6 +86,9 @@ def build_wheels(py_envs=DEFAULT_PY_ENVS, cleanup=True, cmake_options=[]):
86
"--config-setting=wheel.py-api=%s" % wheel_py_api,
87
"--config-setting=cmake.define.SKBUILD:BOOL=ON",
88
"--config-setting=cmake.define.PY_SITE_PACKAGES_PATH:PATH=.",
89
+ "--config-setting=cmake.args=""-G Ninja""",
90
+ "--config-setting=cmake.define.CMAKE_BUILD_TYPE:STRING=""Release""",
91
+ "--config-setting=cmake.define.CMAKE_MAKE_PROGRAM:FILEPATH=%s" % ninja_executable,
92
"--config-setting=cmake.define.ITK_DIR:PATH=%s" % itk_build_path,
93
"--config-setting=cmake.define.WRAP_ITK_INSTALL_COMPONENT_IDENTIFIER:STRING=PythonWheel",
94
"--config-setting=cmake.define.SWIG_EXECUTABLE:FILEPATH=%s/Wrapping/Generators/SwigInterface/swig/bin/swig.exe" % itk_build_path,
0 commit comments