From 2e8bf16a6db2be58c1dec1dd08524a663b717714 Mon Sep 17 00:00:00 2001 From: Esteban Martinena Date: Sat, 17 Sep 2022 05:05:13 +0200 Subject: [PATCH] [test] Fix for uncrustify c++ tests Signed-off-by: Esteban Martinena --- rmf_traffic_editor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmf_traffic_editor/CMakeLists.txt b/rmf_traffic_editor/CMakeLists.txt index cf1d5e327..6c395c933 100644 --- a/rmf_traffic_editor/CMakeLists.txt +++ b/rmf_traffic_editor/CMakeLists.txt @@ -168,7 +168,7 @@ if (BUILD_TESTING) ARGN include gui CONFIG_FILE ${uncrustify_config_file} MAX_LINE_LENGTH 80 - LANGUAGE CPP + LANGUAGE C++ ) endif()