Skip to content

Commit

Permalink
Fix FindResvg for older CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jan 13, 2021
1 parent 3a0d88a commit 8dfaf74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Modules/FindResvg.cmake
Expand Up @@ -50,6 +50,7 @@ endif()
find_path(Resvg_INCLUDE_DIRS
ResvgQt.h
PATHS
${Resvg_ROOT}
${RESVGDIR}
${RESVGDIR}/include
$ENV{RESVGDIR}
Expand All @@ -65,6 +66,7 @@ find_path(Resvg_INCLUDE_DIRS
find_library(Resvg_LIBRARIES
NAMES resvg
PATHS
${Resvg_ROOT}
${RESVGDIR}
${RESVGDIR}/lib
$ENV{RESVGDIR}
Expand Down

0 comments on commit 8dfaf74

Please sign in to comment.