File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ endif()
1111
1212# Options to override the default behaviour of the FetchContent to include UR
1313# source code.
14- set (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO
14+ set (SYCL_UR_OVERRIDE_FETCH_CONTENT_REPO
1515 "" CACHE STRING "Override the Unified Runtime FetchContent repository" )
16- set (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG
16+ set (SYCL_UR_OVERRIDE_FETCH_CONTENT_TAG
1717 "" CACHE STRING "Override the Unified Runtime FetchContent tag" )
1818
1919# Options to disable use of FetchContent to include Unified Runtime source code
@@ -160,11 +160,11 @@ if(SYCL_UR_USE_FETCH_CONTENT)
160160 ${UNIFIED_RUNTIME_TAG}
161161 )
162162
163- if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
164- set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO } " )
163+ if (SYCL_UR_OVERRIDE_FETCH_CONTENT_REPO )
164+ set (UNIFIED_RUNTIME_REPO "${SYCL_UR_OVERRIDE_FETCH_CONTENT_REPO } " )
165165 endif ()
166- if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG )
167- set (UNIFIED_RUNTIME_TAG "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG } " )
166+ if (SYCL_UR_OVERRIDE_FETCH_CONTENT_TAG )
167+ set (UNIFIED_RUNTIME_TAG "${SYCL_UR_OVERRIDE_FETCH_CONTENT_TAG } " )
168168 endif ()
169169
170170 message (STATUS "Will fetch Unified Runtime from ${UNIFIED_RUNTIME_REPO} " )
Original file line number Diff line number Diff line change @@ -348,10 +348,10 @@ specific repository URL and revision tag used can be found in the file
348348In order to enable developers, a number of CMake variables are available to
349349control which revision of Unified Runtime should be used when building DPC++:
350350
351- * ` SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO ` is a variable which can be used to
351+ * ` SYCL_UR_OVERRIDE_FETCH_CONTENT_REPO ` is a variable which can be used to
352352 override the ` UNIFIED_RUNTIME_REPO ` variable used by ` FetchContent ` to attain
353353 the Unified Runtime source code.
354- * ` SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG ` is a variable which can be used to
354+ * ` SYCL_UR_OVERRIDE_FETCH_CONTENT_TAG ` is a variable which can be used to
355355 override the ` UNIFIED_RUNTIME_TAG ` variable used by ` FetchContent ` to attain
356356 the Unified Runtime source code.
357357* ` SYCL_UR_USE_FETCH_CONTENT ` is an option to control if CMake should use
You can’t perform that action at this time.
0 commit comments