diff options
| author | Jonathan Hale <Squareys@googlemail.com> | 2018-10-26 00:26:05 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-25 15:26:05 -0700 |
| commit | aba5a4abecd56b90f8f3568edb62db8c3344cb8e (patch) | |
| tree | 284515447fb46155a64d2352599e8770eb618604 /ports/poco | |
| parent | 526b53b4931f2e7f6574eb7a1e10bffcc8712ad9 (diff) | |
| download | vcpkg-aba5a4abecd56b90f8f3568edb62db8c3344cb8e.tar.gz vcpkg-aba5a4abecd56b90f8f3568edb62db8c3344cb8e.zip | |
[corrade/magnum/-extras/-integration/-plugins] Update to 2018.10 (#4556)
Signed-off-by: Squareys <squareys@googlemail.com>
Diffstat (limited to 'ports/poco')
| -rw-r--r-- | ports/poco/portfile.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/poco/portfile.cmake b/ports/poco/portfile.cmake index c94a09387..0eb160daa 100644 --- a/ports/poco/portfile.cmake +++ b/ports/poco/portfile.cmake @@ -5,7 +5,7 @@ vcpkg_from_github( REPO pocoproject/poco REF poco-1.9.0-release SHA512 de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9 - HEAD_REF master + HEAD_REF develop PATCHES config_h.patch find_pcre.patch @@ -51,11 +51,11 @@ else() endif() if (VCPKG_LIBRARY_LINKAGE STREQUAL static) - file(REMOVE_RECURSE + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) else() - file(REMOVE + file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/cpspc.pdb ${CURRENT_PACKAGES_DIR}/bin/f2cpsp.pdb ${CURRENT_PACKAGES_DIR}/debug/bin/cpspc.exe |
