mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 10:19:07 +08:00
14 lines
356 B
Diff
14 lines
356 B
Diff
|
diff --git a/cmake/FindFluidSynth.cmake b/cmake/FindFluidSynth.cmake
|
||
|
index 435840b6..6fd9db7b 100644
|
||
|
--- a/cmake/FindFluidSynth.cmake
|
||
|
+++ b/cmake/FindFluidSynth.cmake
|
||
|
@@ -1,7 +1,7 @@
|
||
|
include(FindPackageHandleStandardArgs)
|
||
|
|
||
|
find_library(FluidSynth_LIBRARY
|
||
|
- NAMES fluidsynth
|
||
|
+ NAMES fluidsynth libfluidsynth
|
||
|
)
|
||
|
|
||
|
find_path(FluidSynth_INCLUDE_PATH
|