mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r26230] Add def file comment when it is F2003
This commit is contained in:
parent
a7f70203b4
commit
a3f987daa9
@ -11,6 +11,8 @@ if (WIN32)
|
||||
endif (NOT H5_HAVE_PARALLEL)
|
||||
if (NOT HDF5_ENABLE_F2003)
|
||||
set (H5_NOF03EXP ";")
|
||||
else (NOT HDF5_ENABLE_F2003)
|
||||
set (H5_F03EXP ";")
|
||||
endif (NOT HDF5_ENABLE_F2003)
|
||||
configure_file (${HDF5_F90_SRC_SOURCE_DIR}/hdf5_fortrandll.def.in ${HDF5_F90_SRC_BINARY_DIR}/hdf5_fortrandll.def @ONLY)
|
||||
endif (MSVC)
|
||||
|
Loading…
Reference in New Issue
Block a user