summaryrefslogtreecommitdiffstats
path: root/config/toolchain
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-03-17 17:24:19 (GMT)
committerGitHub <noreply@github.com>2023-03-17 17:24:19 (GMT)
commitd8a9a5d80c0be58d1584a4ba5f159f0bf2c7ebba (patch)
treeba84bbf02c991461b0194c250e9c24afd9354846 /config/toolchain
parent6b34352906127476bdd9d8dfffe1c14ba7484a0a (diff)
downloadhdf5-d8a9a5d80c0be58d1584a4ba5f159f0bf2c7ebba.zip
hdf5-d8a9a5d80c0be58d1584a4ba5f159f0bf2c7ebba.tar.gz
hdf5-d8a9a5d80c0be58d1584a4ba5f159f0bf2c7ebba.tar.bz2
Update cross compile checks and files #2497 (#2567)
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)