diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-04-07 21:12:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-04-07 21:12:36 (GMT) |
commit | baba8a3d59da7ab265900a4e94a7ee47d8856a4e (patch) | |
tree | 390a9d316cf46ff9d7eb45dfdd54ce3c690bc213 /test/CMakeLists.txt | |
parent | 3cba2b092f4aa552be326c40b1f4cf3a5f1a4e82 (diff) | |
download | hdf5-baba8a3d59da7ab265900a4e94a7ee47d8856a4e.zip hdf5-baba8a3d59da7ab265900a4e94a7ee47d8856a4e.tar.gz hdf5-baba8a3d59da7ab265900a4e94a7ee47d8856a4e.tar.bz2 |
[svn-r20438] Fix typo in lib name for mingw
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
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}") |