Skip to content

Commit a2e35c0

Browse files
Bump UMF version with latest fixes
1 parent 9b93cb1 commit a2e35c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/common/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if (NOT DEFINED UMF_REPO)
2323
endif()
2424

2525
if (NOT DEFINED UMF_TAG)
26-
set(UMF_TAG 330dd302791d09aff4b878e99aaa7aa67087ae8a) # v0.9.0-rc3
26+
# v0.9.x 05.08.2024: Merge pull request #662 ...
27+
set(UMF_TAG 85e3bd72dbaa95e9e5fd2a4a787714b7cf1c6a16)
2728
endif()
2829

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

0 commit comments

Comments
 (0)