summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-04-07 21:12:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-04-07 21:12:36 (GMT)
commitbaba8a3d59da7ab265900a4e94a7ee47d8856a4e (patch)
tree390a9d316cf46ff9d7eb45dfdd54ce3c690bc213 /test
parent3cba2b092f4aa552be326c40b1f4cf3a5f1a4e82 (diff)
downloadhdf5-baba8a3d59da7ab265900a4e94a7ee47d8856a4e.zip
hdf5-baba8a3d59da7ab265900a4e94a7ee47d8856a4e.tar.gz
hdf5-baba8a3d59da7ab265900a4e94a7ee47d8856a4e.tar.bz2
[svn-r20438] Fix typo in lib name for mingw
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ba5f1cb..9ff9614 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -26,7 +26,7 @@ IF (MSVC)
TARGET_LINK_LIBRARIES (${HDF5_TEST_LIB_TARGET} "ws2_32.lib")
ENDIF (MSVC)
IF (MINGW)
- TARGET_LINK_LIBRARIES (${HDF5_TEST_LIB_TARGET} "wsock2.lib")
+ TARGET_LINK_LIBRARIES (${HDF5_TEST_LIB_TARGET} "wsock32.lib")
ENDIF (MINGW)
TARGET_LINK_LIBRARIES (${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET})
SET_GLOBAL_VARIABLE (HDF5_LIBRARIES_TO_EXPORT "${HDF5_LIBRARIES_TO_EXPORT};${HDF5_TEST_LIB_TARGET}")