aboutsummaryrefslogtreecommitdiff
path: root/ports/tbb
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-03-26 11:43:02 +0800
committerGitHub <noreply@github.com>2020-03-25 20:43:02 -0700
commitd98696de851170a5ac24da346b2656023f8db370 (patch)
tree6d7fd7be49dc48173fd1725c0dbd696c95a213a6 /ports/tbb
parent42ad12f91d62a6533d909d8b5ee3a46009c2a10a (diff)
downloadvcpkg-d98696de851170a5ac24da346b2656023f8db370.tar.gz
vcpkg-d98696de851170a5ac24da346b2656023f8db370.zip
[vcpkg baseline] Fix CI test (#10508)
* re-trigger ci test * [kealib] Switch repo to github * [mongo-c-driver] Set icu as a feature * [monkeys-audio] Update version to 5.24 * [mongo-c-driver] Fix arm build * [mongo-c-driver] Re-generate patch * [mongo-c-driver] Remove key word PRIVATE in patch * [llvm] Remove default feature tools * [llvm] Add judgment to install tools * [llvm] Add more condition * [llvm] Fix clang cmake files when selecting feature tools * [halide] Fix build depends info in CONTROL * update baseline
Diffstat (limited to 'ports/tbb')
-rw-r--r--ports/tbb/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tbb/portfile.cmake b/ports/tbb/portfile.cmake
index 78dab2e3d..c5f8b0574 100644
--- a/ports/tbb/portfile.cmake
+++ b/ports/tbb/portfile.cmake
@@ -119,4 +119,4 @@ file(WRITE ${CURRENT_PACKAGES_DIR}/share/tbb/TBBConfig.cmake "${_contents}")
file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/tbb)
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file