Skip to content

Commit c356a74

Browse files
Merge pull request #1449 from lukaszstolarczuk/hwloc-msg-update
[CMake] Update deprecated msg for hwloc option
2 parents fc9a936 + 25bfec8 commit c356a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ list(APPEND UMF_OPTIONS_LIST UMF_PROXY_LIB_BASED_ON_POOL)
122122
if(UMF_DISABLE_HWLOC)
123123
message(
124124
WARNING
125-
"UMF_DISABLE_HWLOC option is now deprecated and will be removed in v0.12.0 UMF release!"
125+
"UMF_DISABLE_HWLOC option is now deprecated and will be removed in v1.1.0 UMF release!"
126126
)
127127
endif()
128128

0 commit comments

Comments
 (0)