Skip to content

Commit a868e0f

Browse files
committed
Revert overriding of FetchContent for UR
1 parent fbae8ea commit a868e0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
# Options to override the default behaviour of the FetchContent to include UR
55
# source code.
6-
# TODO: Resolve this tag override after related UR changes are merged.
76
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")
98
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")
1110

1211
# Options to disable use of FetchContent to include Unified Runtime source code
1312
# to improve developer workflow.

0 commit comments

Comments
 (0)