aboutsummaryrefslogtreecommitdiff
path: root/ports/embree3/fix-InstallPath.patch
diff options
context:
space:
mode:
authorRegen <regen100@users.noreply.github.com>2020-08-10 05:16:00 +0900
committerGitHub <noreply@github.com>2020-08-09 13:16:00 -0700
commitc7a2f021f21518979e242271a500dc26cde791ed (patch)
treead7537ea0cc03d2f79b0885238dc57882211ed81 /ports/embree3/fix-InstallPath.patch
parent4b1950f7981e478cc2006e0104c82d6c3c5d6f6c (diff)
downloadvcpkg-c7a2f021f21518979e242271a500dc26cde791ed.tar.gz
vcpkg-c7a2f021f21518979e242271a500dc26cde791ed.zip
[embree3] Update to 3.11.0 (#12555)
* Update embree to 3.11.0 * Update portfile.cmake Remove unused function include(vcpkg_common_functions) * Update ports/embree3/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/embree3/fix-InstallPath.patch')
-rw-r--r--ports/embree3/fix-InstallPath.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/embree3/fix-InstallPath.patch b/ports/embree3/fix-InstallPath.patch
deleted file mode 100644
index 316fa594d..000000000
--- a/ports/embree3/fix-InstallPath.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/common/cmake/package.cmake b/common/cmake/package.cmake
-index 3c3980d..0c365ac 100644
---- a/common/cmake/package.cmake
-+++ b/common/cmake/package.cmake
-@@ -124,8 +124,8 @@ CONFIGURE_FILE(common/cmake/embree-config-version.cmake embree-config-version.cm
- # create a config file for the build directory
- CONFIGURE_FILE(common/cmake/embree-config-builddir.cmake embree-config.cmake @ONLY)
-
--INSTALL(FILES "${PROJECT_BINARY_DIR}/embree-config-install.cmake" DESTINATION ${EMBREE_CMAKECONFIG_DIR} RENAME "embree-config.cmake" COMPONENT devel)
--INSTALL(FILES "${PROJECT_BINARY_DIR}/embree-config-version.cmake" DESTINATION ${EMBREE_CMAKECONFIG_DIR} COMPONENT devel)
-+INSTALL(FILES "${PROJECT_BINARY_DIR}/embree-config-install.cmake" DESTINATION ${EMBREE_CMAKECONFIG_DIR}/share/embree3 RENAME "embree-config.cmake" COMPONENT devel)
-+INSTALL(FILES "${PROJECT_BINARY_DIR}/embree-config-version.cmake" DESTINATION ${EMBREE_CMAKECONFIG_DIR}/share/embree3 COMPONENT devel)
-
- ##############################################################
- # CPack specific stuff