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 de9527f commit 3d03d34Copy full SHA for 3d03d34
.github/workflows/ci.yml
@@ -171,7 +171,8 @@ jobs:
171
CIBW_ARCHS: ${{ matrix.arch }}
172
CIBW_BUILD: cp${{ matrix.python }}-*
173
CIBW_BUILD_VERBOSITY: 2
174
- CIBW_CONFIG_SETTINGS_WINDOWS: -C"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
+ CIBW_CONFIG_SETTINGS_WINDOWS: >
175
+ "cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
176
CIBW_ENVIRONMENT_WINDOWS: >
177
CGAL_DIR='C:\vcpkg\packages\cgal_x64-windows\share\cgal'
178
GMP_INC_DIR='C:\vcpkg\packages\gmp_x64-windows\include'
0 commit comments