We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491b753 commit de9527fCopy full SHA for de9527f
.github/workflows/ci.yml
@@ -171,7 +171,7 @@ jobs:
171
CIBW_ARCHS: ${{ matrix.arch }}
172
CIBW_BUILD: cp${{ matrix.python }}-*
173
CIBW_BUILD_VERBOSITY: 2
174
- CIBW_BUILD_FRONTEND: "pip; args: -C'cmake.define.GMP_DLL_TO_COPY'='C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll'"
+ CIBW_CONFIG_SETTINGS_WINDOWS: -C"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
175
CIBW_ENVIRONMENT_WINDOWS: >
176
CGAL_DIR='C:\vcpkg\packages\cgal_x64-windows\share\cgal'
177
GMP_INC_DIR='C:\vcpkg\packages\gmp_x64-windows\include'
0 commit comments