summaryrefslogtreecommitdiffstats
path: root/config/toolchain
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-03-15 23:14:00 (GMT)
committerGitHub <noreply@github.com>2023-03-15 23:14:00 (GMT)
commit0491aba7d2c11750ac3101083b2e073c5e3e4dc1 (patch)
tree3a8a0478dce7c15a2a5193f9410c07d6d8a27b91 /config/toolchain
parentd018e6f88c9abebd9ad505d4e41b67ba26a8be2a (diff)
downloadhdf5-0491aba7d2c11750ac3101083b2e073c5e3e4dc1.zip
hdf5-0491aba7d2c11750ac3101083b2e073c5e3e4dc1.tar.gz
hdf5-0491aba7d2c11750ac3101083b2e073c5e3e4dc1.tar.bz2
Update cross compile checks and files #2497 (#2564)
Diffstat (limited to 'config/toolchain')
-rw-r--r--config/toolchain/aarch64.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/toolchain/aarch64.cmake b/config/toolchain/aarch64.cmake
index 03f4e5e..6996833 100644
--- a/config/toolchain/aarch64.cmake
+++ b/config/toolchain/aarch64.cmake
@@ -11,6 +11,7 @@ set (CMAKE_FIND_ROOT_PATH /usr/${TOOLCHAIN_PREFIX})
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
+set (CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
set (CMAKE_CROSSCOMPILING_EMULATOR qemu-aarch64)
include_directories(/usr/${TOOLCHAIN_PREFIX}/include)