From 17ccaf4fa82ed6d081144f91b5580e24e44d435c Mon Sep 17 00:00:00 2001 From: Jan Patrick Lehr Date: Mon, 24 Feb 2025 16:54:21 +0100 Subject: [PATCH] [NFC][Offload] Fix typo to output architecture (#128527) --- offload/plugins-nextgen/host/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offload/plugins-nextgen/host/CMakeLists.txt b/offload/plugins-nextgen/host/CMakeLists.txt index e6b3bdf83d74..d5126b34a956 100644 --- a/offload/plugins-nextgen/host/CMakeLists.txt +++ b/offload/plugins-nextgen/host/CMakeLists.txt @@ -35,7 +35,7 @@ if(LIBOMPTARGET_DEP_LIBFFI_FOUND) set(LIBOMPTARGET_TESTED_PLUGINS "${LIBOMPTARGET_TESTED_PLUGINS}" PARENT_SCOPE) else() - message(STATUS "Not generating ${tmachine_name} tests. LibFFI not found.") + message(STATUS "Not generating ${machine} tests. LibFFI not found.") endif() # Define the target specific triples and ELF machine values.