diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-25 16:00:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-25 16:00:24 (GMT) |
commit | 0ee8e4c7ad3012edf3b501c0eeb2ede3c6f0af7e (patch) | |
tree | d2d74f300107087e0d426c119b73375e90c1bd7e /hl | |
parent | c86d77e1fe144ac106447b81fb33063671eb98e3 (diff) | |
download | hdf5-0ee8e4c7ad3012edf3b501c0eeb2ede3c6f0af7e.zip hdf5-0ee8e4c7ad3012edf3b501c0eeb2ede3c6f0af7e.tar.gz hdf5-0ee8e4c7ad3012edf3b501c0eeb2ede3c6f0af7e.tar.bz2 |
[svn-r18889] 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 |