Skip to content

Commit f8bcbb8

Browse files
[libomptarget] Normalise a cmake debug string, checking it triggers CI
1 parent eee687a commit f8bcbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libomptarget/plugins/amdgpu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(NOT LIBOMPTARGET_DEP_LIBELF_FOUND)
2222
endif()
2323

2424
if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(ppc64le)|(aarch64)$" AND CMAKE_SYSTEM_NAME MATCHES "Linux")
25-
libomptarget_say("Not building AMDGPU plugin: only support AMDGPU in Linux x86_64, ppc64le, or aarch64 hosts.")
25+
libomptarget_say("Not building AMDGPU plugin: only support AMDGPU in Linux x86_64, ppc64le, or aarch64 hosts")
2626
return()
2727
endif()
2828

0 commit comments

Comments
 (0)