-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 broken cmake imported target alias #1260
Conversation
08e03ac
to
00a63a8
Compare
00a63a8
to
ea9ea94
Compare
There are test cases failing for the Linux builds. @chuckatkins |
Just saw that. I'll fix it today. That's great though, it means the tests are doing what they're supposed to be doing! |
I'm looking forward to having this issue fixed - I could then make the next release. |
ea9ea94
to
fb246de
Compare
@nlohmann This should be good to go now |
fb246de
to
02e653b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks for the fix! |
This is a followup on #1245 in which the fix caused additional breakage. This PR does a more complete implementation of the package configs with version checking. It also adds a set of tests to make sure that other CMake projects can import and use the package config.