diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-09-20 20:41:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-09-20 20:41:07 (GMT) |
commit | 347501aba2962691988e73ddb1b384397e507a80 (patch) | |
tree | 239baba389dbdde318a07882c74b19af970e8560 /fortran/src | |
parent | 55fa38f3c9f63953caa25f769fda57dd1ee891b1 (diff) | |
download | hdf5-347501aba2962691988e73ddb1b384397e507a80.zip hdf5-347501aba2962691988e73ddb1b384397e507a80.tar.gz hdf5-347501aba2962691988e73ddb1b384397e507a80.tar.bz2 |
Add another source property
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index e346a54..e237ec6 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -92,6 +92,7 @@ add_custom_command ( WORKING_DIRECTORY ${HDF5_F90_BINARY_DIR} DEPENDS H5match_types ) +set_source_files_properties (${HDF5_F90_BINARY_DIR}/H5f90i_gen.h PROPERTIES GENERATED TRUE) set_source_files_properties (${HDF5_F90_BINARY_DIR}/H5fortran_types.F90 PROPERTIES GENERATED TRUE) #----------------------------------------------------------------------------- |