Changeset View
Changeset View
Standalone View
Standalone View
files/plugin-installdir-cmake.patch
- This file was added.
| --- a/cmake/macros/Private.cmake | |||||
| +++ b/cmake/macros/Private.cmake | |||||
| @@ -1164,10 +1164,10 @@ function(_pxr_library NAME) | |||||
| _get_install_dir("include/${PXR_PREFIX}/${NAME}" headerInstallPrefix) | |||||
| _get_install_dir("lib" libInstallPrefix) | |||||
| if(isPlugin) | |||||
| - _get_install_dir("plugin" pluginInstallPrefix) | |||||
| + _get_install_dir("lib/usd/plugin" pluginInstallPrefix) | |||||
| if(NOT PXR_INSTALL_SUBDIR) | |||||
| # XXX -- Why this difference? | |||||
| - _get_install_dir("plugin/usd" pluginInstallPrefix) | |||||
| + _get_install_dir("lib/usd/plugin/usd" pluginInstallPrefix) | |||||
| endif() | |||||
| if(NOT isObject) | |||||
| # A plugin embedded in the monolithic library is found in | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.