From ce14a0fc6e24b259f1ad413c5432917013e0e207 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Fri, 6 May 2022 18:50:16 +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 1134aa5..862a6b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -if(NOT IDF_TARGET STREQUAL "esp32") +if(NOT DEFINED IDF_TARGET) project(tl-expected HOMEPAGE_URL https://tl.tartanllama.xyz