Skip to content

Commit

Permalink
Fix PCL portfile debug/share error (#2996)
Browse files Browse the repository at this point in the history
Add missing file(REMOVE_RECURSE /debug/share) that was preventing post-build validation to complete successfully.
  • Loading branch information
claudiofantacci authored and ras0219-msft committed Mar 14, 2018
1 parent b912e84 commit f2c7aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/pcl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f2c7aee

Please sign in to comment.