Skip to content

Commit

Permalink
Merge pull request #4700 from nextcloud/work/fix-png-gen-bug
Browse files Browse the repository at this point in the history
Fix bad quote in CMakeLists PNG generation message
  • Loading branch information
claucambra authored Jul 12, 2022
2 parents b707aef + f892d24 commit 004d4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 004d4e9

Please sign in to comment.