summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-01-05 14:45:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-01-05 14:45:09 (GMT)
commit865cc514351c7088e5b5b7dfcbedb7c58e147c1b (patch)
tree2926ddcfd6219e96c4fcb9636dea9f02c8d23cc5 /hl/fortran/examples
parent3771df0757094854a676be888e777e1d4c690aa7 (diff)
downloadhdf5-865cc514351c7088e5b5b7dfcbedb7c58e147c1b.zip
hdf5-865cc514351c7088e5b5b7dfcbedb7c58e147c1b.tar.gz
hdf5-865cc514351c7088e5b5b7dfcbedb7c58e147c1b.tar.bz2
[svn-r19908] Change how LINK_FLAGS for fortran are appended on Windows
Diffstat (limited to 'hl/fortran/examples')
-rw-r--r--hl/fortran/examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/examples/CMakeLists.txt b/hl/fortran/examples/CMakeLists.txt
index 8480bf2..698407d 100644
--- a/hl/fortran/examples/CMakeLists.txt
+++ b/hl/fortran/examples/CMakeLists.txt
@@ -19,7 +19,7 @@ SET (examples
FOREACH (example ${examples})
ADD_EXECUTABLE (hl_f90_ex_${example} ${HDF5_HL_F90_EXAMPLES_SOURCE_DIR}/${example}.f90)
H5_NAMING (hl_f90_ex_${example} ${LIB_TYPE})
- TARGET_FORTRAN_WIN_PROPERTIES (hl_f90_ex_${example})
+ TARGET_FORTRAN_WIN_PROPERTIES (hl_f90_ex_${example} "")
TARGET_LINK_LIBRARIES (hl_f90_ex_${example}
${HDF5_HL_F90_LIB_TARGET}
${HDF5_F90_LIB_TARGET}