Skip to content

Commit e8bf853

Browse files
author
Hugh Delaney
committed
Make url in quotes
1 parent cf419e3 commit e8bf853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ endif()
5656
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

59-
set(UNIFIED_RUNTIME_REPO https://github.com/oneapi-src/unified-runtime.git)
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
6060
# commit 79c28d0f0713f58358d5080653d95803fd131749
61+
# Merge: 25e0b603 45d76b78
6162
# Author: aarongreig <[email protected]>
6263
# Date: Fri Jan 12 16:14:44 2024 +0000
6364
# Merge pull request #1186 from hdelan/device-global-hip

0 commit comments

Comments
 (0)