Skip to content

Commit

Permalink
Merge pull request #1985 from igchor/bump_umf_soversion
Browse files Browse the repository at this point in the history
[Common] bump umf version to include SOVERSION fix
  • Loading branch information
omarahmed1111 authored Aug 16, 2024
2 parents b0c64c8 + b0e451d commit d61cf66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if (NOT DEFINED UMF_REPO)
endif()

if (NOT DEFINED UMF_TAG)
# v0.9.x 05.08.2024: Merge pull request #662 ...
set(UMF_TAG 85e3bd72dbaa95e9e5fd2a4a787714b7cf1c6a16)
# v0.9.x 15.08.2024: Merge pull request #683 ...
set(UMF_TAG 363e6a4300ed3ab6d36be201d520f3403f70e007)
endif()

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

0 comments on commit d61cf66

Please sign in to comment.