mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
remove useless cmake instruction
This commit is contained in:
@@ -2,8 +2,6 @@ set(lib_dir ${build_dir}/esp-idf)
|
|||||||
|
|
||||||
if(IDF_TARGET STREQUAL esp32)
|
if(IDF_TARGET STREQUAL esp32)
|
||||||
set(driver esp32/i2s.c esp32/i2s_hal.c esp32/spi_bus_lock.c)
|
set(driver esp32/i2s.c esp32/i2s_hal.c esp32/spi_bus_lock.c)
|
||||||
else()
|
|
||||||
return()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
string(REPLACE ".c" ".c.obj" driver_obj "${driver}")
|
string(REPLACE ".c" ".c.obj" driver_obj "${driver}")
|
||||||
|
|||||||
Reference in New Issue
Block a user