Fixes for esp32c3

This commit is contained in:
2022-05-06 18:50:30 +02:00
parent 3249aeed8b
commit 32e16173ce

View File

@ -1,4 +1,4 @@
if(NOT IDF_TARGET STREQUAL "esp32")
if(NOT DEFINED IDF_TARGET)
cmake_minimum_required(VERSION 3.1...3.18)
# Fallback for using newer policies on CMake <3.12.