diff options
Diffstat (limited to 'CMake/fl_debug_var.cmake')
| -rw-r--r-- | CMake/fl_debug_var.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
