diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 1fcc91bdc31af..4e0926cb5a285 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -4,9 +4,9 @@ # Options to override the default behaviour of the FetchContent to include UR # source code. set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO - "" CACHE STRING "Override the Unified Runtime FetchContent repository") + "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository") set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG - "" CACHE STRING "Override the Unified Runtime FetchContent tag") + "4c3f9abec336f4833d22ee9f9f6593c653031c16" CACHE STRING "Override the Unified Runtime FetchContent tag") # Options to disable use of FetchContent to include Unified Runtime source code # to improve developer workflow.