From a7d52089f9a671d3296f5234e15ea1482f93b5b8 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Sat, 6 May 2017 23:04:32 -0700 Subject: [grpc] Minor portfile cleanup --- ports/grpc/portfile.cmake | 4 ---- 1 file changed, 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() -- cgit v1.2.3