Skip to content

Commit 3d03d34

Browse files
authored
don't need the -C
1 parent de9527f commit 3d03d34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ jobs:
171171
CIBW_ARCHS: ${{ matrix.arch }}
172172
CIBW_BUILD: cp${{ matrix.python }}-*
173173
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"
174+
CIBW_CONFIG_SETTINGS_WINDOWS: >
175+
"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
175176
CIBW_ENVIRONMENT_WINDOWS: >
176177
CGAL_DIR='C:\vcpkg\packages\cgal_x64-windows\share\cgal'
177178
GMP_INC_DIR='C:\vcpkg\packages\gmp_x64-windows\include'

0 commit comments

Comments
 (0)