summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-15 18:10:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-15 18:10:09 (GMT)
commit07728cc6d87a457890ba47beea56d11726184101 (patch)
treef31b6a531d6d7604e7b8c6c3fb5751f5c8a3ef15 /config
parent7f7fbeda1380845a2ff2424ddefa6de481f6fad9 (diff)
downloadhdf5-07728cc6d87a457890ba47beea56d11726184101.zip
hdf5-07728cc6d87a457890ba47beea56d11726184101.tar.gz
hdf5-07728cc6d87a457890ba47beea56d11726184101.tar.bz2
Correct mingw path
Diffstat (limited to 'config')
-rw-r--r--config/toolchain/mingw64.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/toolchain/mingw64.cmake b/config/toolchain/mingw64.cmake
index fde5e38..4a3e295 100644
--- a/config/toolchain/mingw64.cmake
+++ b/config/toolchain/mingw64.cmake
@@ -4,11 +4,11 @@ set (CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}-gcc)
set (CMAKE_CXX_COMPILER ${TOOLCHAIN_PREFIX}-g++)
set (CMAKE_RC_COMPILER ${TOOLCHAIN_PREFIX}-windres)
set (CMAKE_Fortran_COMPILER ${TOOLCHAIN_PREFIX}-gfortran)
-set (CMAKE_FIND_ROOT_PATH /usr/${TOOLCHAIN_PREFIX} /usr/local/${TOOLCHAIN_PREFIX})
+set (CMAKE_FIND_ROOT_PATH /usr/${TOOLCHAIN_PREFIX} /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_CROSSCOMPILING_EMULATOR wine64)
-include_directories(/usr/local/${TOOLCHAIN_PREFIX}/include)
+include_directories(/usr/${TOOLCHAIN_PREFIX}/include)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS On CACHE BOOL "Export windows symbols")