summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-02-24 21:50:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-02-24 21:50:51 (GMT)
commit6cd6daf8f9093040e8b321c2b00252a16b39c6bb (patch)
tree391781f626486fe2454429b81671e915771f524a /fortran
parent1b8c195eb7b277c6b39061b6acac2583a7ee100a (diff)
downloadhdf5-6cd6daf8f9093040e8b321c2b00252a16b39c6bb.zip
hdf5-6cd6daf8f9093040e8b321c2b00252a16b39c6bb.tar.gz
hdf5-6cd6daf8f9093040e8b321c2b00252a16b39c6bb.tar.bz2
mpich module file is in env var
Diffstat (limited to 'fortran')
-rw-r--r--fortran/testpar/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/CMakeLists.txt b/fortran/testpar/CMakeLists.txt
index 2e4ebc8..909cbaf 100644
--- a/fortran/testpar/CMakeLists.txt
+++ b/fortran/testpar/CMakeLists.txt
@@ -4,7 +4,7 @@ PROJECT (HDF5_FORTRAN_TESTPAR C CXX Fortran)
#-----------------------------------------------------------------------------
# Setup include Directories
#-----------------------------------------------------------------------------
-INCLUDE_DIRECTORIES (${HDF5_F90_BINARY_DIR} ${HDF5_F90_SRC_DIR}/src ${MPI_Fortran_INCLUDE_PATH})
+INCLUDE_DIRECTORIES (${MPI_Fortran_INCLUDE_PATH} ${HDF5_F90_BINARY_DIR} ${HDF5_F90_SRC_DIR}/src)
#-----------------------------------------------------------------------------
# Add Tests