diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-25 16:00:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-25 16:00:56 (GMT) |
commit | ef292895e9817f7134da9d4a6c7c0c699e01ae9e (patch) | |
tree | e488dfbd24af16f0dfc6ffdf518059cfa775271f /hl | |
parent | 9f5a4ed901da65a3b5a6b63f75c99a5fe72c6832 (diff) | |
download | hdf5-ef292895e9817f7134da9d4a6c7c0c699e01ae9e.zip hdf5-ef292895e9817f7134da9d4a6c7c0c699e01ae9e.tar.gz hdf5-ef292895e9817f7134da9d4a6c7c0c699e01ae9e.tar.bz2 |
[svn-r18890] Update CMake fortran configure/build with changes from community.
- Add an install rule to copy compiled fortran module files
- Only build the xlatefile utility if testing and tools are enabled
- Don't do MPI HAVE_XXX checks until MPI_FOUND is true
- Install needs H5version.h & H5overflow.h to be copied
- Add debug information flags to debug compile and link lines for win32 Intel compiler
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/src/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hl/fortran/src/CMakeLists.txt b/hl/fortran/src/CMakeLists.txt index 1ff49d6..da9cde8 100644 --- a/hl/fortran/src/CMakeLists.txt +++ b/hl/fortran/src/CMakeLists.txt @@ -21,9 +21,6 @@ LINK_DIRECTORIES ( #----------------------------------------------------------------------------- # List Source files #----------------------------------------------------------------------------- -#MESSAGE ("Fortran source is in ${HDF5_F90_SOURCE_DIR}/src ") - - SET (HDF5_HL_F90_F_SRCS ${HDF5_HL_F90_SRC_SOURCE_DIR}/H5TBff.f90 ${HDF5_HL_F90_SRC_SOURCE_DIR}/H5LTff.f90 |