diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-10 15:52:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 15:52:06 (GMT) |
commit | c420176d4791bec62336ea4ba25bcec3475a64bb (patch) | |
tree | 55bca1716869070d6fa601bec57b1c68d4a94fa7 /config | |
parent | 91cf10156a65a96860cea965df74a5adecf3e4e8 (diff) | |
download | hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.zip hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.gz hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.bz2 |
Fix new codespell issues (#2521) (#2530)
* Fix new codespell issues (#2521)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
* Fix typo in genparser.
---------
Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/toolchain/aarch64.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/toolchain/aarch64.cmake b/config/toolchain/aarch64.cmake index aa84a74..03f4e5e 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) |