diff options
Diffstat (limited to 'vcpkg/ports/grpc/vcpkg-cmake-wrapper.cmake')
| -rw-r--r-- | vcpkg/ports/grpc/vcpkg-cmake-wrapper.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcpkg/ports/grpc/vcpkg-cmake-wrapper.cmake b/vcpkg/ports/grpc/vcpkg-cmake-wrapper.cmake new file mode 100644 index 0000000..9adf028 --- /dev/null +++ b/vcpkg/ports/grpc/vcpkg-cmake-wrapper.cmake @@ -0,0 +1,2 @@ +list(REMOVE_AT ARGS 0)
+_find_package(gRPC ${ARGS}) # Shouldn't this be fixed downstream instead of using a Wrapper?
\ No newline at end of file |