File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -173,14 +173,13 @@ jobs:
173173 CIBW_BUILD_VERBOSITY : 2
174174 CIBW_CONFIG_SETTINGS_WINDOWS : >
175175 "cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
176+ "cmake.define.unofficial-getopt-win32_DIR"="C:\\vcpkg\\packages\\getopt-win32_x64-windows\\share\\unofficial-getopt-win32"
176177 CIBW_ENVIRONMENT_WINDOWS : >
177178 CGAL_DIR='C:\vcpkg\packages\cgal_x64-windows\share\cgal'
178179 GMP_INC_DIR='C:\vcpkg\packages\gmp_x64-windows\include'
179180 GMP_LIB_DIR='C:\vcpkg\packages\gmp_x64-windows\lib'
180181 MPFR_INC_DIR='C:\vcpkg\packages\mpfr_x64-windows\include'
181182 MPFR_LIB_DIR='C:\vcpkg\packages\mpfr_x64-windows\lib'
182- CMAKE_PREFIX_PATH+=';C:\vcpkg\packages\getopt-win32_x64-windows\share\unofficial-getopt-win32'
183-
184183
185184 - name : Upload wheels
186185 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments