summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-03-26 14:38:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-03-26 14:38:18 (GMT)
commit448e1e05f15326581db9795e92ffd04eae69aa91 (patch)
tree46f91a0fb8529985134a0128828f15f3992778bb /fortran
parent1e1f754fb0aee2cad9243b4bfac75741dfbc184d (diff)
downloadhdf5-448e1e05f15326581db9795e92ffd04eae69aa91.zip
hdf5-448e1e05f15326581db9795e92ffd04eae69aa91.tar.gz
hdf5-448e1e05f15326581db9795e92ffd04eae69aa91.tar.bz2
[svn-r24904] Revert includes move
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt
index 5bbd547..204495a 100644
--- a/fortran/src/CMakeLists.txt
+++ b/fortran/src/CMakeLists.txt
@@ -17,8 +17,6 @@ if (WIN32)
endif (BUILD_SHARED_LIBS)
endif (WIN32)
-INCLUDE_DIRECTORIES (${HDF5_F90_BINARY_DIR} ${CMAKE_Fortran_MODULE_DIRECTORY})
-
#-----------------------------------------------------------------------------
# Setup the Fortran auto-detection utilities
# H5test_kind(_SIZEOF).f90 used to generate H5fortran_detect.f90
@@ -82,6 +80,8 @@ add_custom_command (
WORKING_DIRECTORY ${HDF5_F90_BINARY_DIR}
DEPENDS H5fortran_detect
)
+
+INCLUDE_DIRECTORIES (${HDF5_F90_BINARY_DIR} ${CMAKE_Fortran_MODULE_DIRECTORY})
#-----------------------------------------------------------------------------
add_executable (H5match_types
${HDF5_F90_BINARY_DIR}/H5fort_type_defines.h