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.
2 parents 9b57d7b + 0607d2c commit 023a847Copy full SHA for 023a847
source/common/CMakeLists.txt
@@ -32,10 +32,10 @@ if (NOT DEFINED UMF_REPO)
32
endif()
33
34
if (NOT DEFINED UMF_TAG)
35
- # tag v0.10.0
36
# Tagger: Łukasz Stolarczuk <[email protected]>
37
- # Date: Mon Dec 9 17:01:43 2024 +0100
38
- set(UMF_TAG v0.10.0)
+ # Date: Fri Jan 10 13:30:49 2025 +0100
+ # 0.10.1 release
+ set(UMF_TAG v0.10.1)
39
40
41
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
0 commit comments