summaryrefslogtreecommitdiffstats
path: root/config/toolchain/aarch64.cmake
diff options
context:
space:
mode:
authorMark Kittisopikul <mkitti@users.noreply.github.com>2023-03-08 20:42:47 (GMT)
committerGitHub <noreply@github.com>2023-03-08 20:42:47 (GMT)
commit5d3d43b1ee8db30e8e04705eb529e09e992cf922 (patch)
treec4f62b1499d6cc77e8c57a751472d8ca51fde9c0 /config/toolchain/aarch64.cmake
parent7b833f04b5146bdad339ff10d42aadc416fb2f00 (diff)
downloadhdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.zip
hdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.tar.gz
hdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.tar.bz2
Fix new codespell issues (#2521)
* Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake
Diffstat (limited to 'config/toolchain/aarch64.cmake')
-rw-r--r--config/toolchain/aarch64.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/toolchain/aarch64.cmake b/config/toolchain/aarch64.cmake
index b050482..6996833 100644
--- a/config/toolchain/aarch64.cmake
+++ b/config/toolchain/aarch64.cmake
@@ -2,7 +2,7 @@ set(TOOLCHAIN_PREFIX aarch64-linux-gnu)
set(ANDROID_NDK /opt/android-ndk-linux)
set (CMAKE_SYSTEM_NAME Android)
set (CMAKE_ANDROID_ARCH_ABI x86_64)
-#set (CMAKE_ANDROID_STANDALONE_TOOLCHAIN ${ANDROID_NDK}/build/cmake/andriod.toolchain.cmake)
+#set (CMAKE_ANDROID_STANDALONE_TOOLCHAIN ${ANDROID_NDK}/build/cmake/android.toolchain.cmake)
set (CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}-gcc)
set (CMAKE_CXX_COMPILER ${TOOLCHAIN_PREFIX}-g++)
#set (CMAKE_RC_COMPILER ${TOOLCHAIN_PREFIX}-windres)