update documentation for enable-threads

This commit is contained in:
derselbst 2018-11-18 09:45:28 +01:00
parent eb22cfbdbb
commit f52e4fdf39

View file

@ -72,7 +72,7 @@ option ( enable-winmidi "compile Windows MIDI support (if it is available)" on )
option ( enable-pkgconfig "use pkg-config to locate fluidsynth's (mostly optional) dependencies" on )
option ( enable-pulseaudio "compile PulseAudio support (if it is available)" on )
option ( enable-readline "compile readline lib line editing (if it is available)" on )
option ( enable-threads "enable threads support on multi-processor systems" on )
option ( enable-threads "enable multi-threading support (such as parallel voice synthesis)" on )
# Platform specific options
if ( CMAKE_SYSTEM MATCHES "Linux" )