You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KhronosGroup/OpenCL-ICD-Loader creates OpenCLICDLoaderConfig.cmake and friends. It would be great if ocd-icd could follow the same standard s.t. find_package(OpenCLICDLoader REQUIRED) in some project's CMakeLists.txt would work out-of-the-box. (One possible user of this would be KhronosGroup/OpenCL-CLHPP which uses that find_package call.)
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. This is a good idea, I'll need to take a look. Unfortunately I am not very fluent in CMake, so I don't know when I'll be able to tackle this.
KhronosGroup/OpenCL-ICD-Loader creates OpenCLICDLoaderConfig.cmake and friends. It would be great if ocd-icd could follow the same standard s.t.
find_package(OpenCLICDLoader REQUIRED)
in some project's CMakeLists.txt would work out-of-the-box. (One possible user of this would be KhronosGroup/OpenCL-CLHPP which uses that find_package call.)The text was updated successfully, but these errors were encountered: