esp32-homekit-camera icon indicating copy to clipboard operation
esp32-homekit-camera copied to clipboard

CMakeLists.txt not found in project directory

Open Jonas-Bruns opened this issue 5 years ago • 4 comments

Hello,

i have a problem configuring. When I use make I get the error message that the command does not exist. When I use idf.py menuconfig I get the message CMakeLists.txt does not exist.

I am using the latest ESP-IDF version on Windows with Python 3.7.8 .

Who can help me?

Jonas-Bruns avatar Oct 07 '20 11:10 Jonas-Bruns

Hi, I also got the same problem, so i was trying to do it with the cmakelists.txt data from components/esp32-camera.

Told me my CMake version could be to "new"

CMake Error at CMakeLists.txt:31 (register_component): Unknown CMake command "register_component".

Hennoloe avatar Oct 08 '20 00:10 Hennoloe

Please use make menuconfig instead of idf.py menuconfig

aoimasu avatar Nov 16 '20 07:11 aoimasu

I got this: $ make menuconfig Makefile:5: /make/project.mk: No such file or directory make: *** Keine Regel, um „/make/project.mk“ zu erstellen. Schluss.

Eistee82 avatar Nov 19 '20 14:11 Eistee82

This issue has been solved in this pull request

gautam-dev-maker avatar Jan 20 '21 09:01 gautam-dev-maker