Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
hseok-oh committed Dec 16, 2024
1 parent 438e84e commit 758ac2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/nnfw/cmake/options/options_aarch64-android.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# aarch64 android cmake options
#
option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" ON)
option(DOWNLOAD_ARMCOMPUTE "Build ARM Compute from the downloaded source" ON)
option(DOWNLOAD_ARMCOMPUTE "Download ARM Compute source" ON)

option(BUILD_ANDROID_BENCHMARK_APP "Enable Android Benchmark App" ON)
option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
2 changes: 1 addition & 1 deletion infra/nnfw/cmake/options/options_aarch64-linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# aarch64 linux cmake options
#
option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" ON)
option(DOWNLOAD_ARMCOMPUTE "Build ARM Compute from the downloaded source" ON)
option(DOWNLOAD_ARMCOMPUTE "Download ARM Compute source" ON)

option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
option(DOWNLOAD_PYBIND11 "Download Pybind11 source" ON)
Expand Down
2 changes: 1 addition & 1 deletion infra/nnfw/cmake/options/options_armv7l-linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# armv7l linux cmake options
#
option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" ON)
option(DOWNLOAD_ARMCOMPUTE "Build ARM Compute from the downloaded source" ON)
option(DOWNLOAD_ARMCOMPUTE "Download ARM Compute source" ON)

option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
option(BUILD_OPENCL_TOOL "Build OpenCL tool" ON)
Expand Down

0 comments on commit 758ac2d

Please sign in to comment.