Skip to content

Commit

Permalink
Update documentation of enable-ipv6 cmake option
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst authored Jan 31, 2023
1 parent 3cf3f44 commit 9ddf46d
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 @@ -73,7 +73,7 @@ option ( enable-ubsan "compile and link against UBSan (for debugging fluidsynth
option ( enable-aufile "compile support for sound file output" on )
option ( BUILD_SHARED_LIBS "Build a shared object or DLL" on )
option ( enable-dbus "compile DBUS support (if it is available)" on )
option ( enable-ipv6 "enable ipv6 support" on )
option ( enable-ipv6 "enable IPv6 support at the cost of disabling IPv4" on )
option ( enable-jack "compile JACK support (if it is available)" on )
option ( enable-ladspa "enable LADSPA effect units" on )
option ( enable-libinstpatch "use libinstpatch (if available) to load DLS and GIG files" on )
Expand Down

0 comments on commit 9ddf46d

Please sign in to comment.