Skip to content

Commit 66d0929

Browse files
nicogourlubos
authored andcommitted
lib: edge_impulse: fix api key header
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]>
1 parent adccbdd commit 66d0929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/edge_impulse/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ include(ExternalProject)
5959
ExternalProject_Add(edge_impulse_project
6060
URL ${EI_URI_LIST}
6161
HTTP_HEADER "Accept: application/zip"
62-
DOWNLOAD_EXTRACT_TIMESTAMP True
6362
${EI_API_KEY_HEADER}
63+
DOWNLOAD_EXTRACT_TIMESTAMP True
6464
PREFIX ${EDGE_IMPULSE_DIR}
6565
SOURCE_DIR ${EDGE_IMPULSE_SOURCE_DIR}
6666
BINARY_DIR ${EDGE_IMPULSE_BINARY_DIR}

0 commit comments

Comments
 (0)