We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65d042 commit b9a0b9fCopy full SHA for b9a0b9f
unified-runtime/source/adapters/offload/CMakeLists.txt
@@ -37,7 +37,6 @@ if (UR_OFFLOAD_INSTALL_DIR STREQUAL "" OR UR_OFFLOAD_INCLUDE_DIR STREQUAL "")
37
if(NOT IS_DIRECTORY "${LLVM_PROJECT_SOURCE_DIR}")
38
execute_process(
39
COMMAND git -C "${CMAKE_SOURCE_DIR}" worktree add --no-checkout --detach "${LLVM_PROJECT_SOURCE_DIR}" "${LLVM_PROJECT_TAG}"
40
- RESULT_VARIABLE _wt_rv
41
COMMAND_ERROR_IS_FATAL ANY
42
)
43
endif()
0 commit comments