mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
update CMake file
This commit is contained in:
@@ -24,10 +24,6 @@ if(BELL_EXTERNAL_MBEDTLS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Backwards compatibility with deprecated options
|
# Backwards compatibility with deprecated options
|
||||||
if(BELL_EXTERNAL_TREMOR)
|
|
||||||
message(WARNING "Deprecated Bell options used, replace BELL_EXTERNAL_TREMOR with BELL_CODEC_VORBIS=OFF")
|
|
||||||
set(BELL_CODEC_VORBIS OFF)
|
|
||||||
endif()
|
|
||||||
if(BELL_USE_ALSA)
|
if(BELL_USE_ALSA)
|
||||||
message(WARNING "Deprecated Bell options used, replace BELL_USE_ALSA with BELL_SINK_ALSA")
|
message(WARNING "Deprecated Bell options used, replace BELL_USE_ALSA with BELL_SINK_ALSA")
|
||||||
set(BELL_SINK_ALSA ${BELL_USE_ALSA})
|
set(BELL_SINK_ALSA ${BELL_USE_ALSA})
|
||||||
|
|||||||
Reference in New Issue
Block a user