]> git.mxchange.org Git - flightgear.git/commit
cmake: Use ws2_32.lib instead of the WINSOCK_LIBRARY variable.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 11 Sep 2011 10:13:55 +0000 (12:13 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 11 Sep 2011 10:17:20 +0000 (12:17 +0200)
commitf4b45eca7e0e03ff0354ebb9a544c4cc65a3c407
treeac134510fa495d24d7bc916e199fdf7375ff974f
parentb09a2347a8fd699d222e63c2df525d1d10753d6b
cmake: Use ws2_32.lib instead of the WINSOCK_LIBRARY variable.

Fixup for commit 549c5eccb9e18b6db2f469ca9d38e35dda4e33f1.
Do not refer to the no longer existing WINSOCK_LIBRARY variable.
Instead, at this single place where it is used, just use ws2_32.lib.
CMakeModules/FindSimGear.cmake