diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-10 20:28:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 20:28:02 (GMT) |
commit | 06bf32bf4a5e0f5d9633b589676f42c611780412 (patch) | |
tree | 4164b24a49a710554cc61d9771066c1804f73406 /config | |
parent | d51c97e7f5efb4dac91f7135018ab85eca81999c (diff) | |
download | hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.zip hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.gz hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.bz2 |
Fix new codespell issues (#2521) (#2533)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
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) |