Set the minimum IDF_VER required by my project
Posted: Fri Sep 01, 2023 9:27 pm
I want to make sure all users building my ESP-IDF project in eclipse are forced to install a minimum version of the ESP-IDF.
I have done a fairly extensive search but was unable to find a solution to implement that. I guess I could to it in code, but I was hoping to implement that in the preprocessor/cmake when I build the project.
Something like:
I have done a fairly extensive search but was unable to find a solution to implement that. I guess I could to it in code, but I was hoping to implement that in the preprocessor/cmake when I build the project.
Something like:
Code: Select all
cmake_minimum_required(VERSION 3.16)