remove obsolete cmake option enable-ladcca

This commit is contained in:
derselbst 2018-03-03 19:46:07 +01:00
parent e24a41a447
commit 57eceee073
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ option ( enable-network "enable network support (requires BSD sockets) " on )
# Platform specific options # Platform specific options
if ( CMAKE_SYSTEM MATCHES "Linux" ) if ( CMAKE_SYSTEM MATCHES "Linux" )
option ( enable-ladcca "compile LADCCA support if it is available (deprecated)" off )
option ( enable-lash "compile LASH support (if it is available)" on ) option ( enable-lash "compile LASH support (if it is available)" on )
option ( enable-alsa "compile ALSA support (if it is available)" on ) option ( enable-alsa "compile ALSA support (if it is available)" on )
endif ( CMAKE_SYSTEM MATCHES "Linux" ) endif ( CMAKE_SYSTEM MATCHES "Linux" )