Skip to content

Commit a20b51a

Browse files
authored
[UR][NFC] Include OFFLOAD in list for "no adapters enabled" warning (intel#20055)
1 parent bc7b357 commit a20b51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ endif()
274274
if(NOT (UR_BUILD_ADAPTER_CUDA OR UR_BUILD_ADAPTER_HIP
275275
OR UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_OPENCL
276276
OR UR_BUILD_ADAPTER_NATIVE_CPU OR UR_BUILD_ADAPTER_L0_V2
277-
OR UR_BUILD_ADAPTER_ALL))
277+
OR UR_BUILD_ADAPTER_OFFLOAD OR UR_BUILD_ADAPTER_ALL))
278278
message(WARNING "No adapters have been enabled; conformance tests will not be ran")
279279
message(STATUS "Consider setting UR_BUILD_ADAPTER_*")
280280
endif()

0 commit comments

Comments
 (0)