Skip to content

Commit

Permalink
SVG: Remove configuration message
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 8, 2023
1 parent 23ccbe7 commit 788199f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sail-codecs/svg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ if (NOT SVG_LIBRARY OR NOT SVG_INCLUDE_DIRS)

if (NOT SVG_INCLUDE_DIRS)
return()
else()
message("SVG: Using nanosvg")
endif()
else()
set(SAIL_RESVG ON)
message("SVG: Using resvg")
endif()

if (SAIL_RESVG)
Expand Down

0 comments on commit 788199f

Please sign in to comment.