summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-15 19:57:47 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-15 19:57:47 (GMT)
commitdf50addca1c0483e2ad56573b4d40245d37ed757 (patch)
treeb94330e1a18e7408055bff6ae626c0937dfccc00 /fortran
parent8617384653e7cd1bc75a2668a3c9196705715d77 (diff)
downloadhdf5-df50addca1c0483e2ad56573b4d40245d37ed757.zip
hdf5-df50addca1c0483e2ad56573b4d40245d37ed757.tar.gz
hdf5-df50addca1c0483e2ad56573b4d40245d37ed757.tar.bz2
[svn-r27394] added properties generated
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt
index 82554bb..6c636b3 100644
--- a/fortran/src/CMakeLists.txt
+++ b/fortran/src/CMakeLists.txt
@@ -125,6 +125,8 @@ set_target_properties (${HDF5_F90_C_LIB_TARGET} PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/include>"
)
+set_source_files_properties (H5_gen.F90 PROPERTIES GENERATED TRUE)
+
#-----------------------------------------------------------------------------
# Fortran Modules
#-----------------------------------------------------------------------------