aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-15 17:45:02 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-15 17:45:02 -0800
commit1ecf03e2b08c0ec3be62da4989730108c7c8de23 (patch)
tree5d0371c57d80458bf13ab21f6f4c7ef1401b2cca
parent081c1aa27a8570150112759b58c02d32f4b55840 (diff)
downloadvcpkg-1ecf03e2b08c0ec3be62da4989730108c7c8de23.tar.gz
vcpkg-1ecf03e2b08c0ec3be62da4989730108c7c8de23.zip
[clockutils] Remove stray LICENSE file
Fixes post-build checks
-rw-r--r--ports/clockutils/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/clockutils/portfile.cmake b/ports/clockutils/portfile.cmake
index c078673a6..2c75495d9 100644
--- a/ports/clockutils/portfile.cmake
+++ b/ports/clockutils/portfile.cmake
@@ -33,5 +33,6 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/clockUtils)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/clockUtils/LICENSE ${CURRENT_PACKAGES_DIR}/share/clockUtils/copyright)
file(REMOVE ${CURRENT_PACKAGES_DIR}/LICENSE)
+file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/LICENSE)
vcpkg_copy_pdbs() \ No newline at end of file