This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF91 Setup - SES setup Instructions not complete - Cmake

I am trying to setup a VM (Ubuntu 19.04) that has the complete setup for NRF91 development.  I have been following the instructions in the nrfConnect 3.2.0 - getting Started assistant.

In step one, there are instructions to get cmake version 3.13.1

mkdir -p ${HOME}/cmake && cd ${HOME}/cmake
wget github.com/.../cmake-3.13.1-Linux-x86_64.sh
yes | sh cmake-3.13.1-Linux-x86_64.sh | cat
echo "export PATH=${PWD}/cmake-3.13.1-Linux-x86_64/bin:${PATH}" >> ${HOME}/.zephyrrc
cmake --version

The instruction leave out the following configuration in SES:

A project import fails unless you point to the new version of cmake

Related