From ed72b07e045568933568d5ca9877b3139549b8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20Dragomirecky=CC=81?= Date: Wed, 7 Jul 2021 15:05:35 +0200 Subject: [PATCH] Remove `include` from header search paths --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67e2fde..73822c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,7 @@ endif() # add_link_dependency(firmware "${LINKER_SCRIPT}") -target_include_directories(firmware PRIVATE include src) +target_include_directories(firmware PRIVATE src) target_compile_options(firmware PRIVATE -Wdouble-promotion) target_sources(