From f2c7aeedc0154e3e1b19c5583721577a446b9f36 Mon Sep 17 00:00:00 2001 From: Claudio Fantacci Date: Thu, 15 Mar 2018 00:49:54 +0100 Subject: Fix PCL portfile debug/share error (#2996) Add missing file(REMOVE_RECURSE /debug/share) that was preventing post-build validation to complete successfully. --- ports/pcl/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/pcl/portfile.cmake b/ports/pcl/portfile.cmake index ac92d40db..812e05674 100644 --- a/ports/pcl/portfile.cmake +++ b/ports/pcl/portfile.cmake @@ -76,6 +76,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share/pcl) vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) if(BUILD_TOOLS) file(GLOB EXEFILES_RELEASE ${CURRENT_PACKAGES_DIR}/bin/*.exe) -- cgit v1.2.3