PixarAnimationStudios / OpenSubdiv

An Open-Source subdivision surface library.
graphics.pixar.com/opensubdiv
Other
2.88k stars 558 forks source link

Fixed Apple framework object dependencies #1309

Closed davidgyu closed 1 year ago

davidgyu commented 1 year ago

Updated target object dependencies for Apple static and dynamic frameworks to use TARGET_EXISTS for osd_gpu_obj to allow correct linking when no OSD_GPU targets are enabled. We'll likely revisit these targets further for future releases of OpenSubdiv.

Fixes #1224 Fixes #1236