diff --git a/source/common/CMakeLists.txt b/source/common/CMakeLists.txt index 3c81ef9a60..f6ee9fe0af 100644 --- a/source/common/CMakeLists.txt +++ b/source/common/CMakeLists.txt @@ -28,14 +28,11 @@ 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/ldorau/unified-memory-framework.git") endif() if (NOT DEFINED UMF_TAG) - # Tagger: Ɓukasz Stolarczuk - # Date: Fri Jan 10 13:30:49 2025 +0100 - # 0.10.1 release - set(UMF_TAG v0.10.1) + set(UMF_TAG tag-UR-devel) endif() message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")