We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f298310 commit 60ecb9dCopy full SHA for 60ecb9d
sycl/CMakeLists.txt
@@ -16,6 +16,11 @@ if (NOT SYCL_COVERAGE_PATH)
16
set(SYCL_COVERAGE_PATH "${CMAKE_CURRENT_BINARY_DIR}/profiles")
17
endif()
18
19
+if (SYCL_ENABLE_PLUGINS)
20
+ message(WARNING "SYCL_ENABLE_PLUGINS has been renamed, please use SYCL_ENABLE_BACKENDS instead")
21
+ set(SYCL_ENABLE_BACKENDS "${SYCL_ENABLE_PLUGINS}" CACHE STRING "Backends enabled for SYCL" FORCE)
22
+endif()
23
+
24
# If SYCL_ENABLE_BACKENDS is undefined, we default to enabling OpenCL and Level
25
# Zero backends.
26
if (NOT DEFINED SYCL_ENABLE_BACKENDS)
0 commit comments