Merge pull request #4700 from nextcloud/work/fix-png-gen-bug

Fix bad quote in CMakeLists PNG generation message
This commit is contained in:
Claudio Cambra 2022-07-12 20:59:10 +02:00 committed by GitHub
commit 004d4e90f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -426,7 +426,7 @@ set(STATE_ICONS_COLORS colored black white)
foreach(state_icons_color ${STATE_ICONS_COLORS})
set(STATE_ICONS_PATH "${theme_dir}/${state_icons_color}/")
message("Generating state icons from SVG in path: "${STATE_ICONS_PATH})
message("Generating state icons from SVG in path: ${STATE_ICONS_PATH}")
file(GLOB_RECURSE STATE_ICONS_SVG "${STATE_ICONS_PATH}/state-*.svg")