Rename zlibpkg to zlib (#9859)

This commit is contained in:
Maximilian Downey Twiss
2024-07-26 15:23:05 +10:00
committed by GitHub
parent 99ac930743
commit f8f2128c2d
213 changed files with 223 additions and 222 deletions

View File

@@ -28,7 +28,7 @@ class Openimageio < CMake
depends_on 'openexr'
depends_on 'pugixml'
depends_on 'py3_pybind11'
depends_on 'zlibpkg' # R
depends_on 'zlib' # R
# The setup for finding pybind11 is custom, so it's hard to tell where exactly it breaks to fix it properly.
cmake_options "-Dpybind11_ROOT=#{CREW_PREFIX}/lib/python#{version.split('y').last}/site-packages/pybind11 -DOIIO_BUILD_TESTS=OFF"