summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-12-20 19:42:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-12-20 19:42:23 (GMT)
commita17349a872f1c5b3457a8777e8f67a00587769e2 (patch)
tree95592b2e472257f75099a7fad4acac78246c674a /fortran
parentbbcf9f31c6af52f88657e5ea738d8821a9702c73 (diff)
downloadhdf5-a17349a872f1c5b3457a8777e8f67a00587769e2.zip
hdf5-a17349a872f1c5b3457a8777e8f67a00587769e2.tar.gz
hdf5-a17349a872f1c5b3457a8777e8f67a00587769e2.tar.bz2
Reworked MPI includes to be used as default with parallel
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt
index a898130..18d6d80 100644
--- a/fortran/src/CMakeLists.txt
+++ b/fortran/src/CMakeLists.txt
@@ -85,9 +85,6 @@ add_executable (H5match_types
${HDF5_F90_BINARY_DIR}/H5fort_type_defines.h
${HDF5_F90_SRC_SOURCE_DIR}/H5match_types.c
)
-if (H5_HAVE_PARALLEL AND MPI_C_FOUND)
- target_include_directories (H5match_types PUBLIC ${MPI_C_INCLUDE_DIRS})
-endif ()
set (CMD $<TARGET_FILE:H5match_types>)
add_custom_command (
OUTPUT ${HDF5_F90_BINARY_DIR}/H5f90i_gen.h