From 49d78d183701d85edc05c8cf0af29b390307b8d9 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 9 Feb 2021 18:32:44 +0100 Subject: [PATCH] Silenced warning --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index eafb7ac..8648f89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1 +1,3 @@ idf_component_register(INCLUDE_DIRS include) + +target_compile_definitions(${COMPONENT_TARGET} INTERFACE HAS_UNCAUGHT_EXCEPTIONS=1)