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 9c02b73 commit bc0cc78Copy full SHA for bc0cc78
.github/workflows/wheel.yml
@@ -352,6 +352,7 @@ jobs:
352
CIBW_BUILD: ${{ matrix.python }}
353
CIBW_ARCHS: ${{ matrix.arch }}
354
MACOSX_DEPLOYMENT_TARGET: 10.15
355
+ CMAKE_GENERATOR: "Unix Makefiles"
356
# TODO: Re-enable HEIF when we provide a build recipe that does
357
# not include GPL-licensed dynamic libraries.
358
USE_Libheif: 'OFF'
@@ -435,6 +436,7 @@ jobs:
435
436
env:
437
438
439
440
CMAKE_BUILD_PARALLEL_LEVEL: 6
441
CTEST_PARALLEL_LEVEL: 6
442
SKBUILD_BUILD_DIR: "/Users/runner/work/OpenImageIO/OpenImageIO/build"
0 commit comments