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 c1e2957 commit 906f788Copy full SHA for 906f788
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -4,9 +4,9 @@
4
# Options to override the default behaviour of the FetchContent to include UR
5
# source code.
6
set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO
7
- "" CACHE STRING "Override the Unified Runtime FetchContent repository")
+ "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository")
8
set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG
9
- "" CACHE STRING "Override the Unified Runtime FetchContent tag")
+ "f359a59bf71ca1bb268639595bf085e4a4bc2225" CACHE STRING "Override the Unified Runtime FetchContent tag")
10
11
# Options to disable use of FetchContent to include Unified Runtime source code
12
# to improve developer workflow.
0 commit comments