Skip to content

Commit 9c02b73

Browse files
committed
ci(wheels): macos -- re-enable Ninja cmake generator
A little while ago, we'd switched to forcing cmake to generate "Unix Makefiles" -- this commit reverts that change, in an effort to remove superstitious settings in our workflow file! Signed-off-by: Zach Lewis <[email protected]>
1 parent 8527d7f commit 9c02b73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ jobs:
352352
CIBW_BUILD: ${{ matrix.python }}
353353
CIBW_ARCHS: ${{ matrix.arch }}
354354
MACOSX_DEPLOYMENT_TARGET: 10.15
355-
CMAKE_GENERATOR: "Unix Makefiles"
356355
# TODO: Re-enable HEIF when we provide a build recipe that does
357356
# not include GPL-licensed dynamic libraries.
358357
USE_Libheif: 'OFF'
@@ -436,7 +435,6 @@ jobs:
436435
env:
437436
CIBW_BUILD: ${{ matrix.python }}
438437
CIBW_ARCHS: ${{ matrix.arch }}
439-
CMAKE_GENERATOR: "Unix Makefiles"
440438
CMAKE_BUILD_PARALLEL_LEVEL: 6
441439
CTEST_PARALLEL_LEVEL: 6
442440
SKBUILD_BUILD_DIR: "/Users/runner/work/OpenImageIO/OpenImageIO/build"

0 commit comments

Comments
 (0)