-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[usd] fix dll path and update to 20.08 (#13687)
* fix plugInfo.json and dll path * release build issue: PixarAnimationStudios/OpenUSD#960 * add usage * [usd] Add homepage * [usd] Fix install copyright * fix for linux build * fix windows build * fix No such file or directory * use VCPKG_TARGET_IS_WINDOWS * cmake to share/pxr * fix TARGET_PATH Co-authored-by: Lily <[email protected]> Co-authored-by: wangli28 <[email protected]> Co-authored-by: Nicole Mazzuca <[email protected]>
- Loading branch information
1 parent
8a33418
commit 4733e26
Showing
4 changed files
with
48 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Source: usd | ||
Version: 20.02-1 | ||
Version: 20.08 | ||
Homepage: https://github.com/PixarAnimationStudios/USD | ||
Build-Depends: boost-assign, boost-crc, boost-date-time, boost-filesystem, boost-format, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-vmd, tbb, zlib | ||
Description: Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications. | ||
Supports: !x86 |
This file was deleted.
Oops, something went wrong.
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,13 @@ | ||
diff --git a/cmake/macros/Private.cmake b/cmake/macros/Private.cmake | ||
index 3825e2a19..0a79b49bd 100644 | ||
--- a/cmake/macros/Private.cmake | ||
+++ b/cmake/macros/Private.cmake | ||
@@ -1238,7 +1238,7 @@ function(_pxr_library NAME) | ||
MFB_PACKAGE_NAME=${PXR_PACKAGE} | ||
MFB_ALT_PACKAGE_NAME=${PXR_PACKAGE} | ||
MFB_PACKAGE_MODULE=${pythonModuleName} | ||
- PXR_BUILD_LOCATION=usd | ||
+ PXR_BUILD_LOCATION=../lib/usd | ||
PXR_PLUGIN_BUILD_LOCATION=../plugin/usd | ||
${pxrInstallLocation} | ||
${pythonModulesEnabled} |
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