PixarAnimationStudios / OpenSubdiv

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

Fixed interface includes for cmake config #1303

Closed davidgyu closed 1 year ago

davidgyu commented 1 year ago

Added target include directories for the library targets so that interface include directories are published with the OpenSubdiv cmake config.

Also, removed a cmake version test which is no longer needed.

Fixes #1278