File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -284,17 +284,7 @@ jobs:
284284 CIBW_BUILD : ${{ matrix.python }}
285285 CIBW_ARCHS : ${{ matrix.arch }}
286286 MACOSX_DEPLOYMENT_TARGET : 10.15
287- # CMAKE_GENERATOR: "Unix Makefiles"
288- CIBW_ENVIRONMENT : >
289- CMAKE_C_COMPILER=$(xcrun -find clang)
290- CMAKE_CXX_COMPILER=$(xcrun -find clang++)
291- # Add your extra CMake args below (e.g., OpenEXR/Imath pins)
292-
293- # CMAKE_ARGS="-DCMAKE_FIND_FRAMEWORK=NEVER
294- # -DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON
295- # -DCMAKE_POLICY_VERSION_MINIMUM=3.5
296- # -DOpenEXR_DIR=$PWD/deps/dist/lib/cmake/OpenEXR
297- # -DImath_DIR=$PWD/deps/dist/lib/cmake/Imath"
287+ CMAKE_GENERATOR : " Unix Makefiles"
298288 # TODO: Re-enable HEIF when we provide a build recipe that does
299289 # not include GPL-licensed dynamic libraries.
300290 USE_Libheif : ' OFF'
You can’t perform that action at this time.
0 commit comments