aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaul Thurrowgood <saulthu@gmail.com>2016-11-23 17:56:56 +1100
committerSaul Thurrowgood <saulthu@gmail.com>2016-11-23 17:56:56 +1100
commit5c745463008a800cba3af3a4af06e83823d248f7 (patch)
tree8a72619b941a783910ada0a555dfe5ce0536da76
parent47af38473c6ff427b75263041a62484ffac1b03c (diff)
downloadvcpkg-5c745463008a800cba3af3a4af06e83823d248f7.tar.gz
vcpkg-5c745463008a800cba3af3a4af06e83823d248f7.zip
zstd port: rename to non-versioned libs, don't
-rw-r--r--ports/zstd/portfile.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/zstd/portfile.cmake b/ports/zstd/portfile.cmake
index c7c276e7a..e9ba07b54 100644
--- a/ports/zstd/portfile.cmake
+++ b/ports/zstd/portfile.cmake
@@ -21,11 +21,6 @@ file(COPY ${SOURCE_PATH}/lib/zstd.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY ${SOURCE_PATH}/lib/common/zbuff.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY ${SOURCE_PATH}/lib/dictBuilder/zdict.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
-# Copy the command-line zstd exe
-file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/programs/Release/
- DESTINATION ${CURRENT_PACKAGES_DIR}/tools
- FILES_MATCHING PATTERN "zstd.exe")
-
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
# Dynamic libs of zstd appear to start with "zstdlib."
file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/lib/Release/