diff --git a/source/common/CMakeLists.txt b/source/common/CMakeLists.txt index c350a8ede1..cc1f56a763 100644 --- a/source/common/CMakeLists.txt +++ b/source/common/CMakeLists.txt @@ -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/igchor/unified-memory-framework.git") endif() if (NOT DEFINED UMF_TAG) # Merge pull request #451 from ldorau/Add_IPC_shared_memory_example_using_the_ipc.h_API - set(UMF_TAG 6fc3e56b4870184dec70613359c4db2ef7f1180a) + set(UMF_TAG 403b6293bb5e24d5a28f8006a3181544a166e8de) endif() message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")