Skip to content

Commit de9527f

Browse files
authored
better way to specify config settings
1 parent 491b753 commit de9527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)