Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix CMake Board Path's Command (#2309)
Browse files Browse the repository at this point in the history
The Renesas manifest file is not in the root of the vendor directory, and causes an error when earching for vendor paths.

To reproduce:
Before merging this commit
` cmake -P tools/cmake/afr_board_paths.cmake`

Expected Output:
cmake_supported_boards.yml created

Actual Output:
CMake Error at tools/cmake/afr_board_paths.cmake:19 (include):
  include could not find load file:

/Users/lundinc/Documents/amazon-freertos/vendors/renesas/manifest.cmake
  • Loading branch information
lundinc2 authored Jul 24, 2020
1 parent 0dc240d commit 9e376b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set(
CACHE INTERNAL "Supported boards list."
)

set(AFR_MANIFEST_BOARD_DIR "boards")
set(AFR_MANIFEST_BOARD_DIR "rx_mcu_boards/boards")

0 comments on commit 9e376b1

Please sign in to comment.