We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f13420 commit 00e26d8Copy full SHA for 00e26d8
unified-runtime/source/common/CMakeLists.txt
@@ -40,10 +40,6 @@ if (NOT DEFINED UMF_REPO)
40
endif()
41
42
if (NOT DEFINED UMF_TAG)
43
- # commit cbaf24ae0cf33356ddb1bdafe7197b2a90556cd7
44
- # Author: Łukasz Stolarczuk <[email protected]>
45
- # Date: Tue Mar 18 15:41:37 2025 +0100
46
- # 0.11.0-rc1 release
47
set(UMF_TAG v0.11.0-rc1)
48
49
@@ -127,4 +123,5 @@ add_library(${PROJECT_NAME}::umf ALIAS ur_umf)
127
123
target_link_libraries(ur_umf INTERFACE
128
124
umf::umf
129
125
umf::headers
126
+ #umf::disjoint_pool
130
)
0 commit comments