Skip to content

Commit

Permalink
[infra/onert] Fix buildtool build bug (Samsung#12356)
Browse files Browse the repository at this point in the history
This commit fixes buildtool build fail by invalid download option.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Dec 26, 2023
1 parent 68496e1 commit 0d3c932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/buildtool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ set(FLATBUFFERS_URL ${EXTERNAL_DOWNLOAD_SERVER}/google/flatbuffers/archive/v2.0.
include(ExternalProject)
ExternalProject_Add(flatbuffers
URL ${FLATBUFFERS_URL}
DOWNLOAD_NO_EXTRACT TRUE
HTTP_USERNAME ${EXTERNAL_SERVER_USERNAME}
HTTP_PASSWORD ${EXTERNAL_SERVER_PASSWORD}
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/flatbuffers
Expand Down

0 comments on commit 0d3c932

Please sign in to comment.