File tree Expand file tree Collapse file tree 13 files changed +19
-6
lines changed Expand file tree Collapse file tree 13 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(WINDOWS)
21
21
endif ()
22
22
23
23
if (CUDA_LIBRARY )
24
+ set (CUDA_FOUND TRUE )
24
25
message (STATUS " Found cuda using find_library()" )
25
26
message (STATUS " CUDA_LIBRARIES = ${CUDA_LIBRARIES} " )
26
27
message (STATUS " CUDA_INCLUDE_DIRS = ${CUDA_INCLUDE_DIRS} " )
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ if(WINDOWS)
34
34
endif ()
35
35
36
36
if (JEMALLOC_LIBRARY )
37
+ set (JEMALLOC_FOUND TRUE )
37
38
message (STATUS " Found jemalloc using find_library()" )
38
39
else ()
39
40
set (MSG_NOT_FOUND
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ if(WINDOWS)
55
55
endif ()
56
56
57
57
if (LIBHWLOC_LIBRARY )
58
+ set (LIBHWLOC_FOUND TRUE )
58
59
message (STATUS " Found libhwloc: ${LIBHWLOC_LIBRARY} " )
59
60
60
61
if (LIBHWLOC_FIND_VERSION )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ find_library(LIBNUMA_LIBRARY NAMES libnuma numa)
8
8
set (LIBNUMA_LIBRARIES ${LIBNUMA_LIBRARY} )
9
9
10
10
if (LIBNUMA_LIBRARY )
11
+ set (LIBNUMA_FOUND TRUE )
11
12
message (STATUS " Found libnuma using find_library()" )
12
13
else ()
13
14
set (MSG_NOT_FOUND
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ if(WINDOWS)
32
32
endif ()
33
33
34
34
if (TBB_LIBRARY )
35
+ set (TBB_FOUND TRUE )
35
36
message (STATUS " Found tbb using find_library()" )
36
37
message (STATUS " TBB_LIBRARIES = ${TBB_LIBRARIES} " )
37
38
message (STATUS " TBB_INCLUDE_DIRS = ${TBB_INCLUDE_DIRS} " )
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(WINDOWS)
21
21
endif ()
22
22
23
23
if (ZE_LOADER_LIBRARY )
24
+ set (ZE_LOADER_FOUND TRUE )
24
25
message (STATUS " Found ZE_LOADER using find_library()" )
25
26
message (STATUS " ZE_LOADER_LIBRARIES = ${ZE_LOADER_LIBRARIES} " )
26
27
message (STATUS " ZE_LOADER_INCLUDE_DIRS = ${ZE_LOADER_INCLUDE_DIRS} " )
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
@@ -17,6 +17,7 @@ if(WINDOWS)
17
17
endif ()
18
18
19
19
if (CUDA_LIBRARY )
20
+ set (CUDA_FOUND TRUE )
20
21
message (STATUS " Found cuda using find_library()" )
21
22
message (STATUS " CUDA_LIBRARIES = ${CUDA_LIBRARIES} " )
22
23
message (STATUS " CUDA_INCLUDE_DIRS = ${CUDA_INCLUDE_DIRS} " )
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
@@ -36,6 +36,7 @@ if(WINDOWS)
36
36
endif ()
37
37
38
38
if (JEMALLOC_LIBRARY )
39
+ set (JEMALLOC_FOUND TRUE )
39
40
message (STATUS " Found jemalloc using find_library()" )
40
41
message (STATUS " JEMALLOC_LIBRARIES = ${JEMALLOC_LIBRARIES} " )
41
42
message (STATUS " JEMALLOC_INCLUDE_DIRS = ${JEMALLOC_INCLUDE_DIRS} " )
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
@@ -45,6 +45,7 @@ if(WINDOWS)
45
45
endif ()
46
46
47
47
if (LIBHWLOC_LIBRARY )
48
+ set (LIBHWLOC_FOUND TRUE )
48
49
message (STATUS " Found libhwloc using find_library()" )
49
50
message (STATUS " LIBHWLOC_LIBRARIES = ${LIBHWLOC_LIBRARIES} " )
50
51
message (STATUS " LIBHWLOC_INCLUDE_DIRS = ${LIBHWLOC_INCLUDE_DIRS} " )
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
@@ -8,6 +8,7 @@ find_library(LIBNUMA_LIBRARY NAMES libnuma numa)
8
8
set (LIBNUMA_LIBRARIES ${LIBNUMA_LIBRARY} )
9
9
10
10
if (LIBNUMA_LIBRARY )
11
+ set (LIBNUMA_FOUND TRUE )
11
12
message (STATUS " Found libnuma using find_library()" )
12
13
else ()
13
14
set (MSG_NOT_FOUND
You can’t perform that action at this time.
0 commit comments