Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endif()
if(repo STREQUAL UNIFIED_RUNTIME_REPO AND
tag STREQUAL UNIFIED_RUNTIME_TAG)
# If the adapter sources are taken from the main checkout, reset the
# adapter specific source path.
string(TOUPPER ${name} NAME)
set(UR_ADAPTER_${NAME}_SOURCE_DIR ""
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
return()
endif()
message(STATUS
Expand Down