Andrew Schwartzmeyer created MESOS-7704: -------------------------------------------
Summary: Remove use of #pragma comment(lib... Key: MESOS-7704 URL: https://issues.apache.org/jira/browse/MESOS-7704 Project: Mesos Issue Type: Bug Environment: Windows Reporter: Andrew Schwartzmeyer Assignee: Andrew Schwartzmeyer Commits 0a1e94d84, 5a7c8d8ef, and f7f661525 introduced the pattern of linking to a Windows system library with the {{#pragma comment(lib, "IPHLPAPI.lib")}}, instead of adding the library to the correct place in the CMake build system. While this works, we should be consistent in the way we link to libraries, so this code should be removed and {{IPHLPAPI.lib}} should be added to stout's {{LFLAGS}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)