You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/03/01 19:30:02 UTC

[06/11] mesos git commit: CMake:[4/4] Included Socket library for 64-bit builds.

CMake:[4/4] Included Socket library for 64-bit builds.

Review: https://reviews.apache.org/r/43695/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/046a29ed
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/046a29ed
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/046a29ed

Branch: refs/heads/master
Commit: 046a29ed7b7e3330b95da13853f03337b4437097
Parents: 839829a
Author: Alex Clemmer <cl...@gmail.com>
Authored: Mon Feb 29 15:30:41 2016 -0800
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Tue Mar 1 10:25:40 2016 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/046a29ed/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake b/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
index a27cb98..64b9412 100644
--- a/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
+++ b/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
@@ -106,7 +106,7 @@ set(STOUT_TEST_LIBS
   )
 
 if (WIN32)
-  set(STOUT_TEST_LIBS ${STOUT_TEST_LIBS} ${CURL_LFLAG})
+  set(STOUT_TEST_LIBS ${STOUT_TEST_LIBS} ${CURL_LFLAG} ws2_32)
 else (WIN32)
   set(STOUT_TEST_LIBS
     ${STOUT_TEST_LIBS}