From 25bfec8ba680ccac06bd8ac14cbe278e9ffc3113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 18 Jul 2025 11:49:21 +0200 Subject: [PATCH] [CMake] Update deprecated msg for hwloc option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59c4c5305..1e0eac132 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ list(APPEND UMF_OPTIONS_LIST UMF_PROXY_LIB_BASED_ON_POOL) if(UMF_DISABLE_HWLOC) message( WARNING - "UMF_DISABLE_HWLOC option is now deprecated and will be removed in v0.12.0 UMF release!" + "UMF_DISABLE_HWLOC option is now deprecated and will be removed in v1.1.0 UMF release!" ) endif()