From 1ba9eeafd99139c94da846d41a421ee7749fea82 Mon Sep 17 00:00:00 2001 From: Jacob Dahl <37091262+dakejahl@users.noreply.github.com> Date: Wed, 26 Feb 2025 09:23:13 -0900 Subject: [PATCH] ekf2: silence output from symforce module check (#24384) Co-authored-by: Alex Klimaj --- src/modules/ekf2/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/ekf2/CMakeLists.txt b/src/modules/ekf2/CMakeLists.txt index 112b920ba2..181978792c 100644 --- a/src/modules/ekf2/CMakeLists.txt +++ b/src/modules/ekf2/CMakeLists.txt @@ -38,6 +38,7 @@ execute_process( COMMAND ${PYTHON_EXECUTABLE} -m symforce.symbolic RESULT_VARIABLE PYTHON_SYMFORCE_EXIT_CODE OUTPUT_QUIET + ERROR_QUIET ) # for now only provide symforce target helper if derivation.py generation isn't default