<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>I am trying to use CMake to find WS2_32.dll on Windows Vista. For me, the dll is located in C:/Program Files/Microsoft SDKs/Windows/v6.0A/Lib. So I use the command: <br>FIND_LIBRARY(WS2 NAMES WS2_32 PATHS "C:/Program Files/Microsoft SDKs/Windows/*" "C:/Program Files/Microsoft SDKs/Windows/*/*")<br>This command works on my computer, but I would like to make it more generic. I tried FIND_PACKAGE(WS2 REQUIRED) but that did not find anything. Is there a module available to find the WS2_32.dll? Also, is there a default or common location for WS2_32.dll?<br></div>
</div><br>

      </body></html>