mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[alembic] update to 1.8.7 (#41411)
This commit is contained in:
parent
97846ddc14
commit
b1ba80fb3a
@ -1,30 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 860a8be..ee0f4f7 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -74,7 +74,7 @@ option(DOCS_PATH
|
||||
|
||||
# Set static/dynamic build options
|
||||
SET(LIB_TYPE STATIC)
|
||||
-SET(RUNTIME_INSTALL_DIR lib)
|
||||
+SET(RUNTIME_INSTALL_DIR bin)
|
||||
SET(LIBRARY_INSTALL_DIR lib)
|
||||
SET(ARCHIVE_INSTALL_DIR lib)
|
||||
IF (ALEMBIC_SHARED_LIBS)
|
||||
diff --git a/lib/Alembic/CMakeLists.txt b/lib/Alembic/CMakeLists.txt
|
||||
index 25e760c..9acac61 100644
|
||||
--- a/lib/Alembic/CMakeLists.txt
|
||||
+++ b/lib/Alembic/CMakeLists.txt
|
||||
@@ -87,9 +87,9 @@ TARGET_LINK_LIBRARIES(Alembic
|
||||
SET( ALEMBIC_LIB_INSTALL_DIR lib CACHE STRING "Where to install the Alembic libs")
|
||||
INSTALL(TARGETS Alembic
|
||||
EXPORT AlembicTargets
|
||||
- LIBRARY DESTINATION ${ALEMBIC_LIB_INSTALL_DIR}
|
||||
- ARCHIVE DESTINATION ${ALEMBIC_LIB_INSTALL_DIR}
|
||||
- RUNTIME DESTINATION ${ALEMBIC_LIB_INSTALL_DIR})
|
||||
+ LIBRARY DESTINATION ${LIBRARY_INSTALL_DIR}
|
||||
+ ARCHIVE DESTINATION ${ARCHIVE_INSTALL_DIR}
|
||||
+ RUNTIME DESTINATION ${RUNTIME_INSTALL_DIR})
|
||||
|
||||
#-******************************************************************************
|
||||
# PACKAGE EXPORTS
|
@ -4,10 +4,8 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO alembic/alembic
|
||||
REF "${VERSION}"
|
||||
SHA512 6371b830242be90d4ea833248df5fd42d9e713e305d15eb1383d04410319acdae5743d48d65e8f75f1cedce777d2af7d969cde095f678b17322c19f1c69f477b
|
||||
SHA512 510cc85346b685833091cd616ad6d8a3ba602e716747ab8dea6573abbaa1a2d49eed80b2d566b68293df78f3f3b9cf412ff4e3515f0d37951d63b9634b207a08
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-runtime-destination.patch
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ALEMBIC_SHARED_LIBS)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "alembic",
|
||||
"version": "1.8.6",
|
||||
"version": "1.8.7",
|
||||
"description": "Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.",
|
||||
"homepage": "https://alembic.io/",
|
||||
"supports": "!(windows & x86) & !uwp",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f65e2f9fbe3059405f79ec9ea833a52ccf098328",
|
||||
"version": "1.8.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ca5f035424c794b8cde9d41c7103b612e912a275",
|
||||
"version": "1.8.6",
|
||||
|
@ -73,7 +73,7 @@
|
||||
"port-version": 7
|
||||
},
|
||||
"alembic": {
|
||||
"baseline": "1.8.6",
|
||||
"baseline": "1.8.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"aliyun-oss-c-sdk": {
|
||||
|
Loading…
Reference in New Issue
Block a user