Skip to content

Commit a4b71ab

Browse files
committed
remove unused cmake opts
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent f006c33 commit a4b71ab

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

sycl/cmake/modules/BuildUnifiedRuntime.cmake

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang|IntelLLVM" )
88
endif()
99

1010

11-
# Options to override the default behaviour of the FetchContent to include UR
12-
# source code.
13-
set(SYCL_UR_OVERRIDE_FETCH_CONTENT_REPO
14-
"" CACHE STRING "Override the Unified Runtime FetchContent repository")
15-
set(SYCL_UR_OVERRIDE_FETCH_CONTENT_TAG
16-
"" CACHE STRING "Override the Unified Runtime FetchContent tag")
17-
18-
# Options to disable use of FetchContent to include Unified Runtime source code
19-
# to improve developer workflow.
20-
option(SYCL_UR_USE_FETCH_CONTENT
21-
"Use FetchContent to acquire the Unified Runtime source code" ON)
22-
set(SYCL_UR_SOURCE_DIR
23-
"" CACHE PATH "Path to root of Unified Runtime repository")
24-
2511
option(SYCL_UR_BUILD_TESTS "Build tests for UR" OFF)
2612
set(UR_BUILD_TESTS "${SYCL_UR_BUILD_TESTS}" CACHE BOOL "" FORCE)
2713
# UR tests require the examples to be built

0 commit comments

Comments
 (0)