diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-06 23:04:32 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-05-06 23:04:32 -0700 |
| commit | a7d52089f9a671d3296f5234e15ea1482f93b5b8 (patch) | |
| tree | 49c64d89de00621036888066236e7c840c95ec70 | |
| parent | 8df90aaa603064a87eca870a21a3933a316f7441 (diff) | |
| download | vcpkg-a7d52089f9a671d3296f5234e15ea1482f93b5b8.tar.gz vcpkg-a7d52089f9a671d3296f5234e15ea1482f93b5b8.zip | |
[grpc] Minor portfile cleanup
| -rw-r--r-- | ports/grpc/portfile.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/grpc/portfile.cmake b/ports/grpc/portfile.cmake index 73881a4c2..80cdd480f 100644 --- a/ports/grpc/portfile.cmake +++ b/ports/grpc/portfile.cmake @@ -4,10 +4,6 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) endif() include(vcpkg_common_functions) -set(GRPC_VERSION 1.2.3) - -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/grpc-${GRPC_VERSION}) - if(EXISTS "${CURRENT_BUILDTREES_DIR}/src/.git") file(REMOVE_RECURSE ${CURRENT_BUILDTREES_DIR}/src) endif() |
