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 34
34
if (CUDA_FIND_REQUIRED )
35
35
message (FATAL_ERROR ${MSG_NOT_FOUND} )
36
36
else ()
37
- message (WARNING ${MSG_NOT_FOUND} )
37
+ message (STATUS ${MSG_NOT_FOUND} )
38
38
endif ()
39
39
endif ()
Original file line number Diff line number Diff line change 23
23
if (JEMALLOC_FIND_REQUIRED )
24
24
message (FATAL_ERROR ${MSG_NOT_FOUND} )
25
25
else ()
26
- message (WARNING ${MSG_NOT_FOUND} )
26
+ message (STATUS ${MSG_NOT_FOUND} )
27
27
endif ()
28
28
endif ()
29
29
41
41
if (JEMALLOC_FIND_REQUIRED )
42
42
message (FATAL_ERROR ${MSG_NOT_FOUND} )
43
43
else ()
44
- message (WARNING ${MSG_NOT_FOUND} )
44
+ message (STATUS ${MSG_NOT_FOUND} )
45
45
endif ()
46
46
endif ()
Original file line number Diff line number Diff line change 76
76
if (LIBHWLOC_FIND_REQUIRED )
77
77
message (FATAL_ERROR ${MSG_NOT_FOUND} )
78
78
else ()
79
- message (WARNING ${MSG_NOT_FOUND} )
79
+ message (STATUS ${MSG_NOT_FOUND} )
80
80
endif ()
81
81
endif ()
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
15
15
if (LIBNUMA_FIND_REQUIRED )
16
16
message (FATAL_ERROR ${MSG_NOT_FOUND} )
17
17
else ()
18
- message (WARNING ${MSG_NOT_FOUND} )
18
+ message (STATUS ${MSG_NOT_FOUND} )
19
19
endif ()
20
20
endif ()
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
21
21
if (TBB_FIND_REQUIRED )
22
22
message (FATAL_ERROR ${MSG_NOT_FOUND} )
23
23
else ()
24
- message (WARNING ${MSG_NOT_FOUND} )
24
+ message (STATUS ${MSG_NOT_FOUND} )
25
25
endif ()
26
26
endif ()
27
27
45
45
if (TBB_FIND_REQUIRED )
46
46
message (FATAL_ERROR ${MSG_NOT_FOUND} )
47
47
else ()
48
- message (WARNING ${MSG_NOT_FOUND} )
48
+ message (STATUS ${MSG_NOT_FOUND} )
49
49
endif ()
50
50
endif ()
Original file line number Diff line number Diff line change 34
34
if (ZE_LOADER_FIND_REQUIRED )
35
35
message (FATAL_ERROR ${MSG_NOT_FOUND} )
36
36
else ()
37
- message (WARNING ${MSG_NOT_FOUND} )
37
+ message (STATUS ${MSG_NOT_FOUND} )
38
38
endif ()
39
39
endif ()
You can’t perform that action at this time.
0 commit comments