libocca / occa

Portable and vendor neutral framework for parallel programming on heterogeneous platforms.
https://libocca.org
MIT License
382 stars 81 forks source link

Fixing FindMETAL.cmake #751

Closed andrsd closed 2 months ago

andrsd commented 2 months ago

Using target_link_libraries instead of set_target_properties fixes the link line, so that it includes Metal and CoreServices.

Closes #674

andrsd commented 2 months ago

Thanks for accepting the PR!