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()
431
431
LIBS ${UMF_UTILS_FOR_TEST} ${UMF_BA_FOR_TEST} )
432
432
endif ()
433
433
434
- if (UMF_LEVEL_ZERO_ENABLED )
434
+ if (UMF_BUILD_LEVEL_ZERO_PROVIDER )
435
435
add_umf_test(
436
436
NAME provider_level_zero_residency
437
437
SRCS providers/provider_level_zero_residency.cpp
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ add_umf_library(
21
21
target_include_directories (umf_test_common
22
22
PRIVATE ${UMF_CMAKE_SOURCE_DIR} /include )
23
23
24
- if (UMF_LEVEL_ZERO_ENABLED )
24
+ if (UMF_BUILD_LEVEL_ZERO_PROVIDER )
25
25
26
26
pkg_check_modules(ZE_LOADER ze_loader)
27
27
if (NOT ZE_LOADER_FOUND)
@@ -30,7 +30,7 @@ if(UMF_LEVEL_ZERO_ENABLED)
30
30
31
31
add_library (umf_test_mocks STATIC level_zero_mocks.cpp)
32
32
33
- target_link_libraries (umf_test_mocks GTest::gmock)
33
+ target_link_libraries (umf_test_mocks GTest::gmock umf_utils )
34
34
35
35
target_include_directories (
36
36
umf_test_mocks
You can’t perform that action at this time.
0 commit comments