Skip to content

Commit 5cc4691

Browse files
committed
Cleanup CMakeLists.txt
1 parent b1e597f commit 5cc4691

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ idf_component_register(
66
SRC_DIRS src
77
INCLUDE_DIRS src
88
# esp_ringbuf needed starting idf v6.0.0, see
9-
REQUIRES bt esp_common freertos hal log nvs_flash driver arduino-audio-tools esp_ringbuf
9+
REQUIRES bt esp_common freertos hal log nvs_flash driver esp_ringbuf arduino-audio-tools
1010
)
1111

12-
target_compile_options(${COMPONENT_LIB} PUBLIC -DA2DP_LEGACY_I2S_SUPPORT=0 -DA2DP_I2S_AUDIOTOOLS=1 -DESP32_CMAKE=1 -Wno-error -Wno-format -fpermissive)
12+
target_compile_options(${COMPONENT_LIB} PUBLIC -DA2DP_LEGACY_I2S_SUPPORT=0 -DA2DP_I2S_AUDIOTOOLS=1)

0 commit comments

Comments
 (0)