From 32e16173ce4c56151a8300b39d66301c99e4d94f Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Fri, 6 May 2022 18:50:30 +0200 Subject: [PATCH] Fixes for esp32c3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15e0590c..7c97944a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.