From 6d0ab9bd6c0a6c795626c933c4719d7904192496 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Thu, 18 Aug 2011 09:33:41 +0000 Subject: [PATCH] One library was missing for linking orterun on Windows. This commit was SVN r25057. --- orte/tools/orterun/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/tools/orterun/CMakeLists.txt b/orte/tools/orterun/CMakeLists.txt index 9b348a3913..4633ca85cc 100644 --- a/orte/tools/orterun/CMakeLists.txt +++ b/orte/tools/orterun/CMakeLists.txt @@ -20,7 +20,7 @@ ENDIF(BUILD_SHARED_LIBS) SET_TARGET_PROPERTIES(orterun PROPERTIES DEBUG_POSTFIX "${OMPI_EXE_DEBUG_POSTFIX}") -TARGET_LINK_LIBRARIES (orterun libopen-pal libopen-rte shlwapi.lib) +TARGET_LINK_LIBRARIES (orterun libopen-pal libopen-rte Ws2_32.lib shlwapi.lib) ADD_CUSTOM_COMMAND (TARGET orterun POST_BUILD