Skip to content

Commit

Permalink
Fix bad quote in PNG generation message
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
  • Loading branch information
claucambra authored and Camila committed Jul 12, 2022
1 parent b707aef commit f892d24
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 f892d24

Please sign in to comment.