[libccd] Remove debug/include/ and debug/share/ instead of debug/

This commit is contained in:
Alexander Karatarakis 2016-10-22 20:34:19 -07:00
parent 99c8e01353
commit b420f8ef46

View File

@ -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)