diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-26 16:11:27 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-26 16:11:27 -0800 |
| commit | 9fdb1f8fe800867a5e87452f0bad249b2500f3b2 (patch) | |
| tree | 7713d6c4ada5e8bb8435250fef0ace32df8746b4 | |
| parent | 56581e816a7129d99e25b592035e1de5a8801178 (diff) | |
| download | vcpkg-9fdb1f8fe800867a5e87452f0bad249b2500f3b2.tar.gz vcpkg-9fdb1f8fe800867a5e87452f0bad249b2500f3b2.zip | |
[clockutils] Remove copy of LICENSE
| -rw-r--r-- | ports/clockutils/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/clockutils/portfile.cmake b/ports/clockutils/portfile.cmake index 49ef3bf3f..c078673a6 100644 --- a/ports/clockutils/portfile.cmake +++ b/ports/clockutils/portfile.cmake @@ -32,5 +32,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) vcpkg_copy_pdbs()
\ No newline at end of file |
