File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ find_package(PkgConfig QUIET)
13
13
# so try using that to find the install and if it's not available
14
14
# just try to search for the path.
15
15
if (PkgConfig_FOUND)
16
- pkg_check_modules(level-zero level-zero>=1.24.2 )
16
+ pkg_check_modules(level-zero level-zero>=1.24.3 )
17
17
if (level-zero_FOUND)
18
18
set (LEVEL_ZERO_INCLUDE_DIR "${level-zero_INCLUDEDIR}/level_zero" )
19
19
set (LEVEL_ZERO_LIBRARY_SRC "${level-zero_LIBDIR}" )
@@ -50,7 +50,7 @@ if(NOT LEVEL_ZERO_LIB_NAME AND NOT LEVEL_ZERO_LIBRARY)
50
50
set (UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git" )
51
51
# Remember to update the pkg_check_modules minimum version above when updating the
52
52
# clone tag
53
- set (UR_LEVEL_ZERO_LOADER_TAG v1.24.2 )
53
+ set (UR_LEVEL_ZERO_LOADER_TAG v1.24.3 )
54
54
55
55
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
56
56
set (CMAKE_INCLUDE_CURRENT_DIR OFF )
You can’t perform that action at this time.
0 commit comments