CMake error in a project downloaded from Git

Hi, I downloaded a project from Git. I tried to open in SES using nRF Connect SDK. During the initial Cmake, the error occurs as shown in attached image.

Parents Reply Children
  • When you open your project in SES, on the screen where you choose the project and board, click "Extended Settings" and add this in "Extra CMake Build Options":

    -DOVERLAY_CONFIG=overlay-azure.conf;overlay-debug.conf;asset-tracker-cloud-firmware-azure.conf;firmware.conf

    If you get an error, try this instead:

    -DOVERLAY_CONFIG=overlay-azure.conf;overlay-debug.conf;asset-tracker-cloud-firmware-azure.conf

Related