Skip to content

Commit 8dfaf74

Browse files
committed
Fix FindResvg for older CMake
1 parent 3a0d88a commit 8dfaf74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/Modules/FindResvg.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ endif()
5050
find_path(Resvg_INCLUDE_DIRS
5151
ResvgQt.h
5252
PATHS
53+
${Resvg_ROOT}
5354
${RESVGDIR}
5455
${RESVGDIR}/include
5556
$ENV{RESVGDIR}
@@ -65,6 +66,7 @@ find_path(Resvg_INCLUDE_DIRS
6566
find_library(Resvg_LIBRARIES
6667
NAMES resvg
6768
PATHS
69+
${Resvg_ROOT}
6870
${RESVGDIR}
6971
${RESVGDIR}/lib
7072
$ENV{RESVGDIR}

0 commit comments

Comments
 (0)