Skip to content

Commit

Permalink
Make it a WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Mar 26, 2024
1 parent 56932cd commit a3b88cc
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 @@ -600,7 +600,7 @@ unset ( LASH_SUPPORT CACHE )
if ( enable-lash )
find_package ( LASH ${LASH_MINIMUM_VERSION} )
if ( LASH_FOUND )
message ( STATUS "Lash support has been deprecated and will be removed in fluidsynth 2.4.0" )
message ( WARNING "LASH support has been deprecated and will be removed in fluidsynth 2.4.0" )
set ( LASH_SUPPORT 1 )
add_definitions ( -DHAVE_LASH )
list( APPEND PC_REQUIRES_PRIV "lash-1.0")
Expand Down

0 comments on commit a3b88cc

Please sign in to comment.