File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3434 if (CUDA_FIND_REQUIRED)
3535 message (FATAL_ERROR ${MSG_NOT_FOUND} )
3636 else ()
37- message (WARNING ${MSG_NOT_FOUND} )
37+ message (STATUS ${MSG_NOT_FOUND} )
3838 endif ()
3939endif ()
Original file line number Diff line number Diff line change 2323 if (JEMALLOC_FIND_REQUIRED)
2424 message (FATAL_ERROR ${MSG_NOT_FOUND} )
2525 else ()
26- message (WARNING ${MSG_NOT_FOUND} )
26+ message (STATUS ${MSG_NOT_FOUND} )
2727 endif ()
2828endif ()
2929
4141 if (JEMALLOC_FIND_REQUIRED)
4242 message (FATAL_ERROR ${MSG_NOT_FOUND} )
4343 else ()
44- message (WARNING ${MSG_NOT_FOUND} )
44+ message (STATUS ${MSG_NOT_FOUND} )
4545 endif ()
4646endif ()
Original file line number Diff line number Diff line change 7676 if (LIBHWLOC_FIND_REQUIRED)
7777 message (FATAL_ERROR ${MSG_NOT_FOUND} )
7878 else ()
79- message (WARNING ${MSG_NOT_FOUND} )
79+ message (STATUS ${MSG_NOT_FOUND} )
8080 endif ()
8181endif ()
Original file line number Diff line number Diff line change 1- # Copyright (C) 2024 Intel Corporation
1+ # Copyright (C) 2024-2025 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
1515 if (LIBNUMA_FIND_REQUIRED)
1616 message (FATAL_ERROR ${MSG_NOT_FOUND} )
1717 else ()
18- message (WARNING ${MSG_NOT_FOUND} )
18+ message (STATUS ${MSG_NOT_FOUND} )
1919 endif ()
2020endif ()
Original file line number Diff line number Diff line change 1- # Copyright (C) 2024 Intel Corporation
1+ # Copyright (C) 2024-2025 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
2121 if (TBB_FIND_REQUIRED)
2222 message (FATAL_ERROR ${MSG_NOT_FOUND} )
2323 else ()
24- message (WARNING ${MSG_NOT_FOUND} )
24+ message (STATUS ${MSG_NOT_FOUND} )
2525 endif ()
2626endif ()
2727
4545 if (TBB_FIND_REQUIRED)
4646 message (FATAL_ERROR ${MSG_NOT_FOUND} )
4747 else ()
48- message (WARNING ${MSG_NOT_FOUND} )
48+ message (STATUS ${MSG_NOT_FOUND} )
4949 endif ()
5050endif ()
Original file line number Diff line number Diff line change 3434 if (ZE_LOADER_FIND_REQUIRED)
3535 message (FATAL_ERROR ${MSG_NOT_FOUND} )
3636 else ()
37- message (WARNING ${MSG_NOT_FOUND} )
37+ message (STATUS ${MSG_NOT_FOUND} )
3838 endif ()
3939endif ()
You can’t perform that action at this time.
0 commit comments