From 563166f21aa01cd9c4dcca771428a69ece7be1bf Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Fri, 13 Sep 2019 01:16:06 +0200 Subject: [poco] Always remove bin and debug/bin directories on Linux (#8152) --- ports/poco/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/poco/portfile.cmake b/ports/poco/portfile.cmake index 518106030..4e7995a49 100644 --- a/ports/poco/portfile.cmake +++ b/ports/poco/portfile.cmake @@ -121,7 +121,7 @@ endif() # -if (VCPKG_LIBRARY_LINKAGE STREQUAL static) +if (VCPKG_LIBRARY_LINKAGE STREQUAL static OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux") file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) -- cgit v1.2.3