Skip to content

Commit f8956cd

Browse files
Update offload/CMakeLists.txt
Co-authored-by: Alexey Sachkov <[email protected]>
1 parent e8c471e commit f8956cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ if(NOT (CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64)$" AND
180180
CMAKE_SYSTEM_NAME MATCHES "Linux|Windows"))
181181
if("level_zero" IN_LIST LIBOMPTARGET_PLUGINS_TO_BUILD)
182182
message(STATUS "Not building Level Zero plugin: it is only supported on "
183-
"Linux/Windows x86_64, ppc64le, or aarch64 hosts")
183+
"Linux/Windows x86_64 or ppc64le hosts")
184184
list(REMOVE_ITEM LIBOMPTARGET_PLUGINS_TO_BUILD "level_zero")
185185
endif()
186186
endif()

0 commit comments

Comments
 (0)