Closed mathstuf closed 5 years ago
I previously submitted a pull request for adding modern cmake support. Maybe the feature will be available soon.
Thanks for the pointer. Should have searched PRs as well. I'll take a look.
This is implemented in v1.8.0
. Please let us know if you run into any issues!
It would be nice to have OSPRay install exported targets for
find_package(ospray)
consumers. This would allow fortarget_link_libraries(mytgt PRIVATE ospray)
to get the library and include directories automatically.