Skip to content

Commit

Permalink
lib: edge_impulse: fix api key header
Browse files Browse the repository at this point in the history
The Edge Impulse key API header must be in header for the downloading of
a private project to be done properly.

Signed-off-by: Nicolas Goualard <[email protected]>
  • Loading branch information
nicogou authored and rlubos committed Oct 16, 2024
1 parent adccbdd commit 66d0929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/edge_impulse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ include(ExternalProject)
ExternalProject_Add(edge_impulse_project
URL ${EI_URI_LIST}
HTTP_HEADER "Accept: application/zip"
DOWNLOAD_EXTRACT_TIMESTAMP True
${EI_API_KEY_HEADER}
DOWNLOAD_EXTRACT_TIMESTAMP True
PREFIX ${EDGE_IMPULSE_DIR}
SOURCE_DIR ${EDGE_IMPULSE_SOURCE_DIR}
BINARY_DIR ${EDGE_IMPULSE_BINARY_DIR}
Expand Down

0 comments on commit 66d0929

Please sign in to comment.