diff options
| author | Alexander Neumann <alexander.neumann@hamburg.de> | 2020-01-15 10:00:45 +0100 |
|---|---|---|
| committer | Alexander Neumann <alexander.neumann@hamburg.de> | 2020-01-15 10:00:45 +0100 |
| commit | 68d7204560dc0f72c22732a6d840a45edf91531b (patch) | |
| tree | 1ebbe17d6b61d84acd15b048bd34c60813ac1a1f | |
| parent | 76f6f26c68c448c4ece725c9e853fa044ba4c9b6 (diff) | |
| download | vcpkg-68d7204560dc0f72c22732a6d840a45edf91531b.tar.gz vcpkg-68d7204560dc0f72c22732a6d840a45edf91531b.zip | |
fix accidental removal of targets and configs
| -rw-r--r-- | ports/libwebp/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/libwebp/portfile.cmake b/ports/libwebp/portfile.cmake index b6509ed79..74937095b 100644 --- a/ports/libwebp/portfile.cmake +++ b/ports/libwebp/portfile.cmake @@ -58,7 +58,6 @@ vcpkg_copy_pdbs() vcpkg_fixup_cmake_targets(CONFIG_PATH share/WebP/cmake TARGET_PATH share/webp) # find_package is called wit webp and not libwebp file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/WebP) set(BIN_NAMES get_disto gif2webp img2webp vwebp vwebp_sdl webpinfo webpmux webp_quality cwebp dwebp) file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/webp/") |
