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 public usage requirements on CMake targets #462

Merged
merged 2 commits into from
Aug 27, 2023

Conversation

JosiahWI
Copy link
Contributor

This adds the include directory to the public includes for both the static and shared targets. It is necessary to do it for both the build and install interfaces, because the build interface will be used if the project is added as a submodule, but the install interface will be used if the project was added using a config.

Fixes #460.

This adds the include directory to the public includes for both the
static and shared targets. It is necessary to do it for both the build
and install interfaces, because the build interface will be used if the
project is added as a submodule, but the install interface will be used
if the project was added using a config.

Fixes eBay#460.
JosiahWI added a commit to JosiahWI/trafficserver that referenced this pull request Aug 22, 2023
This adds the experimental stek_share plugin. It will require eBay/NuRaft#462.
@greensky00 greensky00 merged commit e44a81d into eBay:master Aug 27, 2023
1 check passed
JosiahWI added a commit to JosiahWI/trafficserver that referenced this pull request Sep 15, 2023
This adds the experimental stek_share plugin. It will require eBay/NuRaft#462.
bneradt pushed a commit to apache/trafficserver that referenced this pull request Sep 15, 2023
This adds the experimental stek_share plugin. The stek_share plugin will only build if CMake finds NuRaft. This will only work after eBay/NuRaft#462.
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.

CMake targets are missing usage requirements
2 participants