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

Legion CMake does not always create the alias target Legion::Legion #1763

Open
Jacobfaib opened this issue Sep 20, 2024 · 0 comments
Open

Legion CMake does not always create the alias target Legion::Legion #1763

Jacobfaib opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
Realm Issues pertaining to Realm

Comments

@Jacobfaib
Copy link
Contributor

if(Legion_BUILD_ALL OR Legion_BUILD_APPS OR Legion_BUILD_BINDINGS OR Legion_BUILD_EXAMPLES OR Legion_BUILD_TUTORIAL OR Legion_BUILD_TESTS)
  # Make a namespaced alias so in-build examples can use it the same way as if
  # it were imported
  add_library(Legion::Legion ALIAS Legion)
  add_library(Legion::Realm ALIAS Realm)
  ...

It should always create these alias libraries.

@muraj muraj self-assigned this Sep 20, 2024
@muraj muraj added the Realm Issues pertaining to Realm label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Realm Issues pertaining to Realm
Projects
None yet
Development

No branches or pull requests

2 participants