aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-02 15:01:26 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-02 15:01:26 -0700
commit05369e9e26bf08754fe3c22e6469983231470567 (patch)
tree0596ec16bfd8d29ed4cff5846d63afff3b059a85
parente695f92dec6177ea28554638deb294aa0be2d2e6 (diff)
downloadvcpkg-05369e9e26bf08754fe3c22e6469983231470567.tar.gz
vcpkg-05369e9e26bf08754fe3c22e6469983231470567.zip
[protobuf] Remove empty directories
-rw-r--r--ports/protobuf/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake
index ee273b787..fa7748381 100644
--- a/ports/protobuf/portfile.cmake
+++ b/ports/protobuf/portfile.cmake
@@ -40,6 +40,7 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/protoc.exe)
file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/protoc.exe)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/protobuf-3.0.2/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/protobuf RENAME copyright)
file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/protobuf-3.0.2-win32/bin/protoc.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools)