Skip to content

Commit aa83b9b

Browse files
committed
use hwloc 2.13 in case of static linking
1 parent 90a5814 commit aa83b9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022-2025 Intel Corporation
1+
# Copyright (C) 2022-2026 Intel Corporation
22
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

@@ -277,7 +277,7 @@ if(UMF_LINK_HWLOC_STATICALLY)
277277
set(UMF_HWLOC_REPO "https://github.com/open-mpi/hwloc.git")
278278
endif()
279279
if(NOT DEFINED UMF_HWLOC_TAG)
280-
set(UMF_HWLOC_TAG hwloc-2.10.0)
280+
set(UMF_HWLOC_TAG hwloc-2.13.0)
281281
endif()
282282

283283
message(

0 commit comments

Comments
 (0)