summaryrefslogtreecommitdiffstats
path: root/config/toolchain
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-16 21:12:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-17 16:58:05 (GMT)
commitac8a1f02ab5cb260f23acbe865090033a0183303 (patch)
tree53a183ca1de46c0e7ca318faec0953d0fcacaed0 /config/toolchain
parent741ef0aaefb64ead937d86c5e30c9fbc97f69597 (diff)
downloadhdf5-ac8a1f02ab5cb260f23acbe865090033a0183303.zip
hdf5-ac8a1f02ab5cb260f23acbe865090033a0183303.tar.gz
hdf5-ac8a1f02ab5cb260f23acbe865090033a0183303.tar.bz2
Add missing target root path, check other export macro
Diffstat (limited to 'config/toolchain')
-rw-r--r--config/toolchain/mingw64.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/toolchain/mingw64.cmake b/config/toolchain/mingw64.cmake
index ad0fb85..721c39a 100644
--- a/config/toolchain/mingw64.cmake
+++ b/config/toolchain/mingw64.cmake
@@ -3,7 +3,7 @@ set (CMAKE_C_COMPILER x86_64-w64-mingw32-gcc)
set (CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
set (CMAKE_RC_COMPILER x86_64-w64-mingw32-windres)
set (CMAKE_Fortran_COMPILER x86_64-w64-mingw32-gfortran)
-set (CMAKE_FIND_ROOT_PATH )
+set (CMAKE_FIND_ROOT_PATH /usr/x86_64-w64-mingw32)
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)