aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-02 15:17:28 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-02 15:17:28 -0700
commitca79ebf498a841fec0f8da8e29ff04e0cf5f043a (patch)
tree5e8d1daf96b38cc55a98228f7779d3069c1ad552
parent05369e9e26bf08754fe3c22e6469983231470567 (diff)
downloadvcpkg-ca79ebf498a841fec0f8da8e29ff04e0cf5f043a.tar.gz
vcpkg-ca79ebf498a841fec0f8da8e29ff04e0cf5f043a.zip
[fmt] Remove empty directories
-rw-r--r--ports/fmt/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake
index a265da175..26465b6b2 100644
--- a/ports/fmt/portfile.cmake
+++ b/ports/fmt/portfile.cmake
@@ -31,5 +31,6 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/lib/cmake/fmt/fmt-targets.cmake ${CURRENT_PA
file(RENAME ${CURRENT_PACKAGES_DIR}/lib/cmake ${CURRENT_PACKAGES_DIR}/cmake)
file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/cmake/fmt/fmt-targets.cmake ${CURRENT_PACKAGES_DIR}/share/fmt/fmt-targets-debug.cmake)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/cmake)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/cmake)
vcpkg_copy_pdbs()