Skip to content

Commit

Permalink
Merge pull request #414 from ferdnyc/resvg-image-format
Browse files Browse the repository at this point in the history
FindRESVG: Remove debugging messages
  • Loading branch information
ferdnyc authored Jan 12, 2020
2 parents 028bafc + 8c53f25 commit 0bc87c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/Modules/FindRESVG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,13 @@ if(RESVG_FOUND AND NOT TARGET RESVG::resvg)
if (WIN32)
# Windows mis-links SHARED library targets
add_library(RESVG::resvg UNKNOWN IMPORTED)
message(STATUS " UNKNOWN IMPORTED target for Win32")
else()
# Linux needs SHARED to link because libresvg has no SONAME
add_library(RESVG::resvg SHARED IMPORTED)
set_property(TARGET RESVG::resvg APPEND PROPERTY
IMPORTED_NO_SONAME TRUE)
message(STATUS " SHARED IMPORTED target with IMPORTED_NO_SONAME")
endif()

message(STATUS " INCLUDE_DIRECTORIES: ${RESVG_INCLUDE_DIRS}")
message(STATUS " COMPILE_DEFINITIONS: ${RESVG_DEFINITIONS}")
message(STATUS " IMPORTED_LOCATION: ${RESVG_LIBRARIES}")

set_property(TARGET RESVG::resvg APPEND PROPERTY
INTERFACE_INCLUDE_DIRECTORIES "${RESVG_INCLUDE_DIRS}")

Expand Down

0 comments on commit 0bc87c0

Please sign in to comment.