File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
21
21
if (NOT DEFINED SYCL_EP_LEVEL_ZERO_LOADER_SKIP_AUTO_UPDATE )
22
22
set (SYCL_EP_LEVEL_ZERO_LOADER_SKIP_AUTO_UPDATE ${SYCL_EXTERNAL_PROJECTS_SKIP_AUTO_UPDATE} )
23
23
endif ()
24
+ if (WIN32 )
25
+ set (LEVEL_ZERO_LOADER_SOURCE_VERSION v1.2.3 )
26
+ else ()
27
+ set (LEVEL_ZERO_LOADER_SOURCE_VERSION v1.4.1 )
28
+ endif ()
24
29
25
30
#TODO: Replace ExternalProject with FetchContent for better maintainance and
26
31
# cmake files simplification
27
32
include (ExternalProject )
28
- set (LEVEL_ZERO_LOADER_SOURCE_VERSION v1.2.3 )
29
33
ExternalProject_Add (level-zero-loader
30
34
GIT_REPOSITORY https://github.com/oneapi-src/level-zero.git
31
35
GIT_TAG ${LEVEL_ZERO_LOADER_SOURCE_VERSION}
You can’t perform that action at this time.
0 commit comments