-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Alembic 1.8.5 * Update recipes/alembic/all/patches/1.8.5-0001-fix-cmake.patch Co-authored-by: Martin Valgur <martin.valgur@gmail.com> * Update 1.8.5-0001-fix-cmake.patch Co-authored-by: Martin Valgur <martin.valgur@gmail.com> --------- Co-authored-by: Martin Valgur <martin.valgur@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com>
- Loading branch information
1 parent
d05b789
commit 49ccd98
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- a/lib/Alembic/CMakeLists.txt | ||
+++ b/lib/Alembic/CMakeLists.txt | ||
@@ -68,7 +68,6 @@ IF (ALEMBIC_SHARED_LIBS) | ||
|
||
if (ALEMBIC_USING_IMATH_3) | ||
if (APPLE OR UNIX) | ||
- set_target_properties(Alembic PROPERTIES INSTALL_RPATH "$<TARGET_FILE_DIR:${ALEMBIC_ILMBASE_LIBS}>") | ||
endif () | ||
endif () | ||
ENDIF() | ||
@@ -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 ${CMAKE_INSTALL_LIBDIR} | ||
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} | ||
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) | ||
|
||
#-****************************************************************************** | ||
# PACKAGE EXPORTS | ||
-- | ||
2.41.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
versions: | ||
"1.8.5": | ||
folder: all | ||
"1.8.3": | ||
folder: all | ||
"1.8.2": | ||
|