We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56e514 commit 4dd0ea7Copy full SHA for 4dd0ea7
cmake/FindFluidSynth.cmake
@@ -4,7 +4,7 @@ find_package(PkgConfig QUIET)
4
pkg_check_modules(PC_FLUIDSYNTH QUIET fluidsynth)
5
6
find_library(FluidSynth_LIBRARY
7
- NAMES fluidsynth libfluidsynth
+ NAMES fluidsynth fluidsynth-3 libfluidsynth
8
HINTS ${PC_FLUIDSYNTH_LIBDIR}
9
)
10
0 commit comments