From b420f8ef46156b028f4aea39d0df520f715e236e Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Sat, 22 Oct 2016 20:34:19 -0700 Subject: [PATCH] [libccd] Remove debug/include/ and debug/share/ instead of debug/ --- ports/libccd/portfile.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/libccd/portfile.cmake b/ports/libccd/portfile.cmake index 8417689fdb2..77ac87f04d6 100644 --- a/ports/libccd/portfile.cmake +++ b/ports/libccd/portfile.cmake @@ -26,7 +26,8 @@ vcpkg_configure_cmake( vcpkg_install_cmake() # Avoid a copy of file in debug -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Handle copyright file(COPY ${SOURCE_PATH}/BSD-LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/libccd)