summaryrefslogtreecommitdiffstats
path: root/config/toolchain
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-03-02 17:18:13 (GMT)
committerGitHub <noreply@github.com>2023-03-02 17:18:13 (GMT)
commit7b833f04b5146bdad339ff10d42aadc416fb2f00 (patch)
tree7992f9f6504caf167e460abf3c987ca0f6be64c3 /config/toolchain
parentb16ec83d4bd79f9ffaad85de16056419f3532887 (diff)
downloadhdf5-7b833f04b5146bdad339ff10d42aadc416fb2f00.zip
hdf5-7b833f04b5146bdad339ff10d42aadc416fb2f00.tar.gz
hdf5-7b833f04b5146bdad339ff10d42aadc416fb2f00.tar.bz2
Update cross compile checks and files (#2497)
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 aa84a74..b050482 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)