cmake: Remove unneeded additional include path

This commit is contained in:
Yuri D'Elia 2022-10-05 11:10:05 +02:00
parent d867da201f
commit 896008cee4
1 changed files with 0 additions and 1 deletions

View File

@ -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
)