From f52e4fdf39b7444baa8d93b6794148fd7193bd30 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 18 Nov 2018 09:45:28 +0100 Subject: [PATCH] update documentation for enable-threads --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2363319..298199dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" )