summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-20 19:49:04 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-20 19:49:04 +0200
commit43ab34df054a81fdd0d75108ee708986435274a4 (patch)
treed741e8d8a650e596870b7ad3ae26afa529ed71cc /CMake
parent7ec6f96d9c53f23e9137a2deea2cbf71f959534e (diff)
CMake build summary: output libdecor location if found
Wayland only: output either the libdecor location or "Bundled".
Diffstat (limited to 'CMake')
-rw-r--r--CMake/fl_summary.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/fl_summary.cmake b/CMake/fl_summary.cmake
index 33490a0c6..311a0db63 100644
--- a/CMake/fl_summary.cmake
+++ b/CMake/fl_summary.cmake
@@ -79,7 +79,7 @@ endmacro(fl_summary_yn title var)
########################################################################
macro(fl_summary_image title name lib)
- fl_expand_name(name4 "${name}" 4)
+ fl_expand_name(name4 "${name}" 8)
if(FLTK_USE_BUNDLED_${name})
set(value "${name4} = Bundled")
else()