diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-02 15:17:28 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-02 15:17:28 -0700 |
| commit | ca79ebf498a841fec0f8da8e29ff04e0cf5f043a (patch) | |
| tree | 5e8d1daf96b38cc55a98228f7779d3069c1ad552 | |
| parent | 05369e9e26bf08754fe3c22e6469983231470567 (diff) | |
| download | vcpkg-ca79ebf498a841fec0f8da8e29ff04e0cf5f043a.tar.gz vcpkg-ca79ebf498a841fec0f8da8e29ff04e0cf5f043a.zip | |
[fmt] Remove empty directories
| -rw-r--r-- | ports/fmt/portfile.cmake | 1 |
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() |
