summaryrefslogtreecommitdiffstats
path: root/tools/lib
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 /tools/lib
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 'tools/lib')
-rw-r--r--tools/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt
index 879e30e..c3662f6 100644
--- a/tools/lib/CMakeLists.txt
+++ b/tools/lib/CMakeLists.txt
@@ -31,7 +31,6 @@ SET (H5_TOOLS_LIB_HDRS
${HDF5_TOOLS_LIB_SOURCE_DIR}/h5diff.h
)
-#-- Always build a static library for linking the ${HDF5_LIB_NAME} tools together
ADD_LIBRARY (${HDF5_TOOLS_LIB_TARGET} ${LIB_TYPE} ${H5_TOOLS_LIB_SRCS} ${H5_TOOLS_LIB_HDRS})
TARGET_LINK_LIBRARIES (${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET})
SET_GLOBAL_VARIABLE( HDF5_LIBRARIES_TO_EXPORT "${HDF5_LIBRARIES_TO_EXPORT};${HDF5_TOOLS_LIB_TARGET}")