We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b93cb1 commit a2e35c0Copy full SHA for a2e35c0
source/common/CMakeLists.txt
@@ -23,7 +23,8 @@ if (NOT DEFINED UMF_REPO)
23
endif()
24
25
if (NOT DEFINED UMF_TAG)
26
- set(UMF_TAG 330dd302791d09aff4b878e99aaa7aa67087ae8a) # v0.9.0-rc3
+ # v0.9.x 05.08.2024: Merge pull request #662 ...
27
+ set(UMF_TAG 85e3bd72dbaa95e9e5fd2a4a787714b7cf1c6a16)
28
29
30
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments