We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad510c commit 636477aCopy full SHA for 636477a
test/common/CMakeLists.txt
@@ -22,12 +22,6 @@ target_include_directories(umf_test_common
22
PRIVATE ${UMF_CMAKE_SOURCE_DIR}/include)
23
24
if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
25
-
26
- pkg_check_modules(ZE_LOADER ze_loader)
27
- if(NOT ZE_LOADER_FOUND)
28
- find_package(ZE_LOADER REQUIRED ze_loader)
29
- endif()
30
31
add_library(umf_test_mocks STATIC level_zero_mocks.cpp)
32
33
target_link_libraries(umf_test_mocks GTest::gmock umf_utils)
0 commit comments