Skip to content

Commit d15fe0d

Browse files
committed
temp
1 parent ccc8440 commit d15fe0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/common/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ target_include_directories(ur_common PUBLIC
1818

1919
message(STATUS "Download Unified Memory Framework from github.com")
2020
if (NOT DEFINED UMF_REPO)
21-
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
21+
set(UMF_REPO "https://github.com/PatKamin/unified-memory-framework.git")
2222
endif()
2323

2424
if (NOT DEFINED UMF_TAG)
25-
# Merge pull request #624 from lukaszstolarczuk/fix-cmake-append-helper
26-
set(UMF_TAG 463a48f5a90c9504c4e8bd6da1d9f227fefa2338)
25+
# Testing
26+
set(UMF_TAG de92b8ad820c81d96db25fbe3598832f96ad60c4)
2727
endif()
2828

2929
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)