Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix utility library install #46

Merged
merged 2 commits into from
May 13, 2022
Merged

Conversation

MathiasMagnus
Copy link
Collaborator

Because there are no consumption tests for the utility libraries (yet), it went unnoticed that consumers of the SDK can't consume the utility libraries using the advertized name OpenCL::Utils and OpenCL::UtilsCpp, but instead the exported names were left to be the default (target name), hence the exported names turned out to be OpenCL::OpenCLUtils etc.

It also went unnoticed, that consumers of SDK installs were missing the config header of the utility libraries from the install tree.

This PR fixes both issues, falling under the same umbrella.

Copy link
Contributor

@bashbaug bashbaug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, no reason to wait to merge this.

@bashbaug bashbaug merged commit f4eb757 into KhronosGroup:main May 13, 2022
Beanavil pushed a commit to Beanavil/OpenCL-SDK that referenced this pull request Sep 13, 2023
* Fix util lib exported name

* Install util lib config headers
Beanavil pushed a commit to StreamHPC/OpenCL-SDK that referenced this pull request Sep 26, 2023
* Fix util lib exported name

* Install util lib config headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants