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

Use add_umf_library() instead of add_ur_library() #982

Conversation

ldorau
Copy link
Contributor

@ldorau ldorau commented Oct 20, 2023

add_ur_library() is undefined in UMF now,
because it is defined only in the UR project.

Define and use add_umf_library() instead of add_ur_library(),
so that UMF can be used as a stand-alone project.

Fixes: #981

@ldorau ldorau force-pushed the Use_add_umf_library_instead_of_add_ur_library branch from be94a1a to 5d419d6 Compare October 20, 2023 13:40
add_ur_library() is undefined in UMF now,
because it is defined only in the UR project.

Define and use add_umf_library() instead of add_ur_library(),
so that UMF can be used as a stand-alone project.

Fixes: oneapi-src#981

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
@ldorau ldorau force-pushed the Use_add_umf_library_instead_of_add_ur_library branch from 5d419d6 to 6e2dbba Compare October 20, 2023 13:48
@ldorau
Copy link
Contributor Author

ldorau commented Oct 23, 2023

It will be fixed in the new UMF repo: https://github.com/oneapi-src/unified-memory-framework

@ldorau ldorau closed this Oct 23, 2023
@ldorau
Copy link
Contributor Author

ldorau commented Oct 23, 2023

It is already fixed in the new UMF repo: https://github.com/oneapi-src/unified-memory-framework

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.

UMF cannot be used as a stand-alone project without UR (Error: Unknown CMake command "add_ur_library")
3 participants