aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gamenetworkingsockets/fix-depend-protobuf.patch
blob: d596d39aff48f018a591750a4b65242917e2d800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cmake/GameNetworkingSocketsConfig.cmake.in b/cmake/GameNetworkingSocketsConfig.cmake.in
index 1a27988..5076a6e 100644
--- a/cmake/GameNetworkingSocketsConfig.cmake.in
+++ b/cmake/GameNetworkingSocketsConfig.cmake.in
@@ -3,6 +3,7 @@
 include(CMakeFindDependencyMacro)
 
 find_dependency(Threads)
+find_dependency(Protobuf)
 
 if(@USE_CRYPTO@ STREQUAL "OpenSSL")
     find_dependency(OpenSSL)