From 265e5cd77b30581e7701927930d8fa887e0361df Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 8 Apr 2024 18:56:40 +0200 Subject: Improve CMake build configuration summary - simplify and unify build option output - alignment can be changed in only 2 macros in CMake/fl_summary.cmake - output system library location of image libraries if applicable --- CMake/fl_debug_var.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMake/fl_debug_var.cmake') diff --git a/CMake/fl_debug_var.cmake b/CMake/fl_debug_var.cmake index e3423b2ef..8f429889b 100644 --- a/CMake/fl_debug_var.cmake +++ b/CMake/fl_debug_var.cmake @@ -43,6 +43,8 @@ function(fl_expand_name out in min_len) set(temp "${in}${spaces}${spaces}") string(SUBSTRING "${temp}" 0 ${min_len} temp) set(${out} "${temp}" PARENT_SCOPE) + else() + set(${out} "${in}" PARENT_SCOPE) endif() endfunction(fl_expand_name) -- cgit v1.2.3