From 896008cee4643d1501e1cbd5195595866e532645 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Wed, 5 Oct 2022 11:10:05 +0200 Subject: [PATCH] cmake: Remove unneeded additional include path --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b02f80e52..d526860d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -323,7 +323,6 @@ function(add_base_binary variant_name) ${variant_name} PRIVATE ${PRUSA_BOARDS_DIR}/cores/prusa_einsy_rambo/ ${PRUSA_BOARDS_DIR}/variants/prusa_einsy_rambo/ - ${VARIANT_CFG_DIR} # Include the header for this variant. ${CMAKE_SOURCE_DIR}/Firmware )