Hello,
With the CMakeLists file, is it possible to make an error during compilation if the SDK version is not the correct one?
Example:
I am developing an application which is based on the nRF Connect SDK V2.5.0 and I am pushing my project on Github.
If one of my colleagues retrieves my project but the SDK version he has installed on his PC is v2.3.0, how could I use the CMakeLists.txt file of my application to generate an error during compilation for force it to update the version of its SDK?
Thank you
