File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ if(JEMALLOC_FOUND OR JEMALLOC_LIBRARIES)
232
232
message (STATUS " JEMALLOC_LIBRARIES = ${JEMALLOC_LIBRARIES} " )
233
233
message (STATUS " JEMALLOC_INCLUDE_DIRS = ${JEMALLOC_INCLUDE_DIRS} " )
234
234
message (STATUS " JEMALLOC_LIBRARY_DIRS = ${JEMALLOC_LIBRARY_DIRS} " )
235
+ if (WINDOWS )
236
+ message (STATUS " JEMALLOC_DLL_DIRS = ${JEMALLOC_DLL_DIRS} " )
237
+ endif ()
235
238
else ()
236
239
set (UMF_POOL_JEMALLOC_ENABLED FALSE )
237
240
message (
@@ -336,6 +339,10 @@ else()
336
339
message (STATUS " LIBHWLOC_LIBRARIES = ${LIBHWLOC_LIBRARIES} " )
337
340
message (STATUS " LIBHWLOC_INCLUDE_DIRS = ${LIBHWLOC_INCLUDE_DIRS} " )
338
341
message (STATUS " LIBHWLOC_LIBRARY_DIRS = ${LIBHWLOC_LIBRARY_DIRS} " )
342
+ message (STATUS " LIBHWLOC_API_VERSION = ${LIBHWLOC_API_VERSION} " )
343
+ if (WINDOWS )
344
+ message (STATUS " LIBHWLOC_DLL_DIRS = ${LIBHWLOC_DLL_DIRS} " )
345
+ endif ()
339
346
endif ()
340
347
341
348
if (hwloc_targ_SOURCE_DIR )
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2024 Intel Corporation
1
+ # Copyright (C) 2024-2025 Intel Corporation
2
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
4
@@ -35,12 +35,6 @@ endif()
35
35
36
36
if (JEMALLOC_LIBRARY )
37
37
message (STATUS " Found jemalloc using find_library()" )
38
- message (STATUS " JEMALLOC_LIBRARIES = ${JEMALLOC_LIBRARIES} " )
39
- message (STATUS " JEMALLOC_INCLUDE_DIRS = ${JEMALLOC_INCLUDE_DIRS} " )
40
- message (STATUS " JEMALLOC_LIBRARY_DIRS = ${JEMALLOC_LIBRARY_DIRS} " )
41
- if (WINDOWS )
42
- message (STATUS " JEMALLOC_DLL_DIRS = ${JEMALLOC_DLL_DIRS} " )
43
- endif ()
44
38
else ()
45
39
set (MSG_NOT_FOUND
46
40
"jemalloc NOT found (set CMAKE_PREFIX_PATH to point the location)" )
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2024 Intel Corporation
1
+ # Copyright (C) 2024-2025 Intel Corporation
2
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
4
@@ -46,13 +46,6 @@ endif()
46
46
47
47
if (LIBHWLOC_LIBRARY )
48
48
message (STATUS " Found libhwloc using find_library()" )
49
- message (STATUS " LIBHWLOC_LIBRARIES = ${LIBHWLOC_LIBRARIES} " )
50
- message (STATUS " LIBHWLOC_INCLUDE_DIRS = ${LIBHWLOC_INCLUDE_DIRS} " )
51
- message (STATUS " LIBHWLOC_LIBRARY_DIRS = ${LIBHWLOC_LIBRARY_DIRS} " )
52
- message (STATUS " LIBHWLOC_API_VERSION = ${LIBHWLOC_API_VERSION} " )
53
- if (WINDOWS )
54
- message (STATUS " LIBHWLOC_DLL_DIRS = ${LIBHWLOC_DLL_DIRS} " )
55
- endif ()
56
49
57
50
if (LIBHWLOC_FIND_VERSION )
58
51
if (NOT LIBHWLOC_API_VERSION )
You can’t perform that action at this time.
0 commit comments