mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[embree2][embree3] Fix license deployment location
This commit is contained in:
parent
d1853d9cc2
commit
4d414cad14
@ -1,4 +1,4 @@
|
|||||||
Source: embree2
|
Source: embree2
|
||||||
Version: 2.16.4-2
|
Version: 2.16.4-3
|
||||||
Description: High Performance Ray Tracing Kernels.
|
Description: High Performance Ray Tracing Kernels.
|
||||||
Build-Depends: tbb
|
Build-Depends: tbb
|
||||||
|
@ -43,9 +43,9 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
|||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin/models)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin/models)
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/models)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/models)
|
||||||
|
|
||||||
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/embree)
|
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/embree2)
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/doc ${CURRENT_PACKAGES_DIR}/share/embree/doc)
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/doc ${CURRENT_PACKAGES_DIR}/share/embree2/doc)
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/embree)
|
file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/embree2)
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/embree/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/embree/copyright)
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/embree2/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/embree2/copyright)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Source: embree3
|
Source: embree3
|
||||||
Version: 3.2.0-1
|
Version: 3.2.0-2
|
||||||
Description: High Performance Ray Tracing Kernels.
|
Description: High Performance Ray Tracing Kernels.
|
||||||
Build-Depends: tbb
|
Build-Depends: tbb
|
||||||
|
@ -43,9 +43,9 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
|||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin/models)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin/models)
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/models)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/models)
|
||||||
|
|
||||||
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/embree)
|
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/embree3)
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/doc ${CURRENT_PACKAGES_DIR}/share/embree/doc)
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/doc ${CURRENT_PACKAGES_DIR}/share/embree3/doc)
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/embree)
|
file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/embree3)
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/embree/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/embree/copyright)
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/embree3/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/embree3/copyright)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user