File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ else()
431431 LIBS ${UMF_UTILS_FOR_TEST} ${UMF_BA_FOR_TEST} )
432432endif ()
433433
434- if (UMF_LEVEL_ZERO_ENABLED )
434+ if (UMF_BUILD_LEVEL_ZERO_PROVIDER )
435435 add_umf_test(
436436 NAME provider_level_zero_residency
437437 SRCS providers/provider_level_zero_residency.cpp
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ add_umf_library(
2121target_include_directories (umf_test_common
2222 PRIVATE ${UMF_CMAKE_SOURCE_DIR} /include )
2323
24- if (UMF_LEVEL_ZERO_ENABLED )
24+ if (UMF_BUILD_LEVEL_ZERO_PROVIDER )
2525
2626 pkg_check_modules(ZE_LOADER ze_loader)
2727 if (NOT ZE_LOADER_FOUND)
@@ -30,7 +30,7 @@ if(UMF_LEVEL_ZERO_ENABLED)
3030
3131 add_library (umf_test_mocks STATIC level_zero_mocks.cpp)
3232
33- target_link_libraries (umf_test_mocks GTest::gmock)
33+ target_link_libraries (umf_test_mocks GTest::gmock umf_utils )
3434
3535 target_include_directories (
3636 umf_test_mocks
You can’t perform that action at this time.
0 commit comments