GameNetworkingSockets
GameNetworkingSockets copied to clipboard
Look for vcpkg submodule at top level CmakeLists.txt
Thanks for this PR. Sorry it's taken me so long to look at it..... Can you explain this change a bit more?
Sure!
When using this library as a submodule cmake looks for vcpkg relative to the path of the library this is a problem because vcpkg inst shipped with the library itself.
this PR changes that so cmake looks for vcpkg at the "top most" invoking CMakeLists.txt where vcpkg is most likely located