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 d6d3ebc commit 8f03e89Copy full SHA for 8f03e89
sycl/cmake/modules/FetchUnifiedRuntime.cmake
@@ -117,7 +117,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117
endfunction()
118
119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120
- include(${CMAKE_CURRENT_SOURCE_DIR}/UnifiedRuntimeTAG.cmake)
+ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTAG.cmake)
121
122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
123
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
0 commit comments