Skip to content

Commit

Permalink
[infra/onert] Fix buildtool build bug (#12356) (#12364)
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 <hseok82.oh@samsung.com>
  • Loading branch information
mhs4670go authored Dec 26, 2023
1 parent be8ac8a commit 3f51fd8
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 3f51fd8

Please sign in to comment.