diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-17 21:54:07 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-17 21:54:07 (GMT) |
commit | a539386a873882148aed2a7601d661d2a57c6374 (patch) | |
tree | 889f367ace7546c2e01d3940c38e6fc83dc7132a | |
parent | 2edc6a97db51a030de24f37d0a4ca60724c0f8a2 (diff) | |
download | hdf5-a539386a873882148aed2a7601d661d2a57c6374.zip hdf5-a539386a873882148aed2a7601d661d2a57c6374.tar.gz hdf5-a539386a873882148aed2a7601d661d2a57c6374.tar.bz2 |
[svn-r27406] gave full path to H5_gen.F90
-rw-r--r-- | fortran/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index 6c636b3..c7b63c2 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -125,7 +125,7 @@ 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) +set_source_files_properties (${HDF5_F90_BINARY_DIR}/H5_gen.F90 PROPERTIES GENERATED TRUE) #----------------------------------------------------------------------------- # Fortran Modules |