Skip to content

Commit

Permalink
Merge pull request #8608 from JackBoosY/dev/jack/embree3_fix_cmake_path
Browse files Browse the repository at this point in the history
[embree3]Fix generated cmake files path.
  • Loading branch information
vicroms authored Oct 16, 2019
2 parents 3cf69f9 + 91a3d16 commit cec3e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/embree3/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: embree3
Version: 3.5.2-2
Version: 3.5.2-3
Homepage: https:/embree/embree
Description: High Performance Ray Tracing Kernels.
Build-Depends: tbb
4 changes: 2 additions & 2 deletions ports/embree3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_copy_pdbs()

vcpkg_fixup_cmake_targets(CONFIG_PATH share/embree3)
vcpkg_fixup_cmake_targets(CONFIG_PATH share/embree3 TARGET_PATH share/embree)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

file(RENAME ${CURRENT_PACKAGES_DIR}/share/doc ${CURRENT_PACKAGES_DIR}/share/${PORT}/doc)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/doc ${CURRENT_PACKAGES_DIR}/share/embree/doc)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

0 comments on commit cec3e0a

Please sign in to comment.