CMake Error with "generate_plugins_files" Target When Building Squeezelite-esp32 #500
trangiahuytn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @sle118,
I’m facing an issue while building the Squeezelite-esp32 project with ESP-IDF. When I run
idf.py menuconfig
, I get this CMake error:"CMake Error at components/platform_config/CMakeLists.txt:7 (add_dependencies):
The dependency target "generate_plugins_files" of target "__idf_platform_config" does not exist."
I’ve searched the source code but couldn’t find the "generate_plugins_files" target defined anywhere.
Details
idf.py menuconfig
Steps I’ve Tried
grep -r "generate_plugins_files" .
, but found nothing.add_dependencies(${COMPONENT_LIB} generate_plugins_files)
inCMakeLists.txt
, but I’m unsure if this is correct.Beta Was this translation helpful? Give feedback.
All reactions