Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kswiecicki committed Jul 24, 2024
1 parent ccc8440 commit 326c2ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ target_include_directories(ur_common PUBLIC

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

if (NOT DEFINED UMF_TAG)
# Merge pull request #624 from lukaszstolarczuk/fix-cmake-append-helper
set(UMF_TAG 463a48f5a90c9504c4e8bd6da1d9f227fefa2338)
# Testing
set(UMF_TAG 45f131924783a314c126e407997222bfdbe5dbf6)
endif()

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

0 comments on commit 326c2ce

Please sign in to comment.