Skip to content

Commit 4dd0ea7

Browse files
committed
cmake: fluidsynth package can contain versioned fluidsynth libraries
This was changed in FluidSynth/fluidsynth#1546
1 parent b56e514 commit 4dd0ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindFluidSynth.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ find_package(PkgConfig QUIET)
44
pkg_check_modules(PC_FLUIDSYNTH QUIET fluidsynth)
55

66
find_library(FluidSynth_LIBRARY
7-
NAMES fluidsynth libfluidsynth
7+
NAMES fluidsynth fluidsynth-3 libfluidsynth
88
HINTS ${PC_FLUIDSYNTH_LIBDIR}
99
)
1010

0 commit comments

Comments
 (0)