Skip to content

Commit 17ccaf4

Browse files
authored
[NFC][Offload] Fix typo to output architecture (#128527)
1 parent 529b3d1 commit 17ccaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/plugins-nextgen/host/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if(LIBOMPTARGET_DEP_LIBFFI_FOUND)
3535
set(LIBOMPTARGET_TESTED_PLUGINS
3636
"${LIBOMPTARGET_TESTED_PLUGINS}" PARENT_SCOPE)
3737
else()
38-
message(STATUS "Not generating ${tmachine_name} tests. LibFFI not found.")
38+
message(STATUS "Not generating ${machine} tests. LibFFI not found.")
3939
endif()
4040

4141
# Define the target specific triples and ELF machine values.

0 commit comments

Comments
 (0)