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

Remove the LCI::Shared cmake target #74

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Remove the LCI::Shared cmake target #74

merged 1 commit into from
Oct 6, 2024

Conversation

JiakunYan
Copy link
Collaborator

alias target can cause problems with cmake of lower version (such as 3.16).

[build] CMake Error at /path/to/LCIConfig.cmake:63 (add_library):
[build] add_library cannot create ALIAS target "LCI::LCI" because target
[build] "LCI::Shared" is imported but not globally visible.

We could either raise the minimum cmake version (as high as 3.23) or just get rid of the alias target.

I chose the latter one as I don't think we need the LCI::Shared target.

@JiakunYan JiakunYan merged commit be92b52 into master Oct 6, 2024
9 checks passed
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.

1 participant