Skip to content

Commit dd8ae74

Browse files
Bump UMF version to the latest
it includes the fix for missing/optional symbols.
1 parent 3d3742f commit dd8ae74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/common/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ if (NOT DEFINED UMF_REPO)
3030
endif()
3131

3232
if (NOT DEFINED UMF_TAG)
33-
# main 03.10.2024: Add umfIsFreeOpDefault(hProvider)
34-
set(UMF_TAG fa006eea503a58e79fa197891f1391c9dcda73e1)
33+
# main 14.10.2024: Merge pull request #797...
34+
set(UMF_TAG 673b844db8ddc2ddda393ccb77416eaebb5f9d92)
3535
endif()
3636

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

0 commit comments

Comments
 (0)