strange git error in Ninha/Cmake build in ESP-32 Vscode project
Posted: Tue Apr 16, 2024 2:42 pm
When building one of the example projects in
``~/Users/kuku/esp/v5.2/esp-idf/examples/peripherals/lcd/spi_lcd_touch``
I'm getting
What gives?
EDIT: I get this also when doing an
``~/Users/kuku/esp/v5.2/esp-idf/examples/peripherals/lcd/spi_lcd_touch``
I'm getting
Code: Select all
* Executing task: ninja
[0/1] Re-running CMake...
-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'
-- Could not use 'git describe' to determine PROJECT_VER.
-- Building ESP-IDF components for target esp32
...
EDIT: I get this also when doing an
Code: Select all
idf.py menuconfig