Skip to content

Commit

Permalink
Require FluidSynth >= 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Oct 28, 2023
1 parent d5e6ac6 commit e6dd6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ ENDIF()

# check for Fluidsynth
IF(WANT_SF2)
find_package(FluidSynth 1.1.0)
find_package(FluidSynth 1.1.7)
if(FluidSynth_FOUND)
SET(LMMS_HAVE_FLUIDSYNTH TRUE)
if(FluidSynth_VERSION_STRING VERSION_GREATER_EQUAL 2)
Expand Down

0 comments on commit e6dd6ff

Please sign in to comment.