Hello,
I've encountered a problem with the nRF Connect SDK installing and using an old version of CMake, specifically 3.20.
I've learning how to use nRF Connect SDK and BLE from the Nordic Developer Academy. I am using VS Code and work on Windows. In the excercises everything worked well, however when I tried using it in my actual project I found out that the CMake version is too low.
I included a library as a Git submodule, and when I tried to build the project I got the error: CMake Error at yup/CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.24 or higher is required. You are running version 3.20.5
I have CMake 3.28 installed on my PC, but I haven't been able to figure out how to make nRF Connect switch from the old 3.20 version installed in the toolchain to the new 3.28 version.
Can you please help me with this? Is there a way to switch to a newer CMake verson, or do I have to use the 3.20?