Skip to content

Commit

Permalink
disjoint c
Browse files Browse the repository at this point in the history
  • Loading branch information
bratpiorka committed Jan 9, 2025
1 parent c64b93d commit a8c1002
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 @@ -28,14 +28,15 @@ 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/bratpiorka/unified-memory-framework.git")
endif()

if (NOT DEFINED UMF_TAG)
# tag v0.10.0
# Tagger: Łukasz Stolarczuk <[email protected]>
# Date: Mon Dec 9 17:01:43 2024 +0100
set(UMF_TAG v0.10.0)
#set(UMF_TAG e8bc871cd537cb0b2d77812a7e40c6cff3e19720)
set(UMF_TAG 3e9e30da7d40a58b72a78242ce986d07d5e904f9)
endif()

message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
Expand Down Expand Up @@ -119,5 +120,4 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf)
target_link_libraries(ur_umf INTERFACE
umf::umf
umf::headers
umf::disjoint_pool
)

0 comments on commit a8c1002

Please sign in to comment.