diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-02-24 18:18:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 18:18:07 (GMT) |
commit | 39e6e30eb924388831561e644c17de7dc7be2928 (patch) | |
tree | 66b658d1b187f2d458fd0eae46d0e8230973827d /config/toolchain | |
parent | 0662ff97124ce2a04436877fd4966dd105d60b45 (diff) | |
download | hdf5-39e6e30eb924388831561e644c17de7dc7be2928.zip hdf5-39e6e30eb924388831561e644c17de7dc7be2928.tar.gz hdf5-39e6e30eb924388831561e644c17de7dc7be2928.tar.bz2 |
Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends (#2500)
Diffstat (limited to 'config/toolchain')
-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 adb8639..aa84a74 100644 --- a/config/toolchain/aarch64.cmake +++ b/config/toolchain/aarch64.cmake @@ -1,5 +1,5 @@ set(TOOLCHAIN_PREFIX aarch64-linux-gnu) -set(ANDROID_NDK /opt/android-ndk-r25b-linux/android-ndk-r25b) +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) |