File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# Options to override the default behaviour of the FetchContent to include UR
5
5
# source code.
6
- # TODO: Resolve this tag override after related UR changes are merged.
7
6
set (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO
8
- "https://github.com/GeorgeWeb/unified-runtime.git " CACHE STRING "Override the Unified Runtime FetchContent repository" )
7
+ "" CACHE STRING "Override the Unified Runtime FetchContent repository" )
9
8
set (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG
10
- "78a71f3aa7a66f5592de6c910eb6bee2a2f97fcf " CACHE STRING "Override the Unified Runtime FetchContent tag" )
9
+ "" CACHE STRING "Override the Unified Runtime FetchContent tag" )
11
10
12
11
# Options to disable use of FetchContent to include Unified Runtime source code
13
12
# to improve developer workflow.
You can’t perform that action at this time.
0 commit comments