From 4c5675490dafd9cb691a8503212734f985915633 Mon Sep 17 00:00:00 2001 From: Yadunund Date: Fri, 28 Mar 2025 04:49:30 +0000 Subject: [PATCH] Lint image_tools/CMakeLists.txt Signed-off-by: Yadunund --- image_tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_tools/CMakeLists.txt b/image_tools/CMakeLists.txt index 8c40ab1bd..74a1028dd 100644 --- a/image_tools/CMakeLists.txt +++ b/image_tools/CMakeLists.txt @@ -95,7 +95,7 @@ if(BUILD_TESTING) TARGET test_showimage_cam2image${target_suffix} ENV RCL_ASSERT_RMW_ID_MATCHES=${rmw_implementation} - ${rmw_implementation_env_var} + ${rmw_implementation_env_var} TIMEOUT 30 ) endmacro()