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 d15fe0d
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 de92b8ad820c81d96db25fbe3598832f96ad60c4)
endif()

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

0 comments on commit d15fe0d

Please sign in to comment.