Skip to content

Clean up CMake definitions #314

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

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

ldorau
Copy link
Contributor

@ldorau ldorau commented Mar 8, 2024

Clean up defining UMF_BUILD_LEVEL_ZERO_PROVIDER:

UMF_BUILD_LEVEL_ZERO_PROVIDER should be defined
always when UMF_BUILD_LEVEL_ZERO_PROVIDER==ON.
The UMF_BUILD_LEVEL_ZERO_PROVIDER CMake variable
can depend on if(LINUX).

Move defining LIBS_POOL_SCALABLE:

Move defining LIBS_POOL_SCALABLE inside if(UMF_BUILD_LIBUMF_POOL_SCALABLE).

ldorau added 2 commits March 8, 2024 14:20
UMF_BUILD_LEVEL_ZERO_PROVIDER should be defined
always when UMF_BUILD_LEVEL_ZERO_PROVIDER==ON.
The UMF_BUILD_LEVEL_ZERO_PROVIDER CMake variable
can depend on if(LINUX).

Signed-off-by: Lukasz Dorau <[email protected]>
Move defining LIBS_POOL_SCALABLE inside if(UMF_BUILD_LIBUMF_POOL_SCALABLE).

Signed-off-by: Lukasz Dorau <[email protected]>
@ldorau ldorau requested a review from a team as a code owner March 8, 2024 13:22
@lukaszstolarczuk lukaszstolarczuk merged commit 7ef522d into oneapi-src:main Mar 8, 2024
@ldorau ldorau deleted the Clean_up_CMake_definitions branch March 9, 2024 10:11
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.

4 participants