diff --git a/CMakeLists.txt b/CMakeLists.txt index 619d80c4..58a6f5c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,7 @@ if(BUILD_TESTING) ament_uncrustify( TESTNAME "uncrustify_logging_macros" # the generated code might contain longer lines for templated types - MAX_LINE_LENGTH 999 + MAX_LINE_LENGTH 0 "${CMAKE_CURRENT_BINARY_DIR}/include/rcutils/logging_macros.h") endif()