Tests would generally try to add the USD_LIBRARY_DIR to the LD_LIBRARY_PATH; unfortunately, many of them were actually adding the string "USD_LIBRARY_DIR" instead of the contents of the cmake variable.
Changelog
Fixed
Fixed adding of USD_LIBRARY_DIR to LD_LIBRARY_PATH when running tests
Checklist (Please do not remove this line)
[X] Make sure the Title and Description of the PR make sense and provide sufficient context for your work
[X] Do any added files have the correct AL Apache Licence Header?
[X] Are there Doxygen comments in the headers?
[X] Are any new features, behaviour changes documented in the .md format documentation?
[ ] Have you added, updated tests to cover new features and behaviour changes?
[X] Have you filled out at least one changelog entry?
[X] Is the branch's history clean? (only relevant commits)
Description (this won't be part of the changelog)
Tests would generally try to add the USD_LIBRARY_DIR to the LD_LIBRARY_PATH; unfortunately, many of them were actually adding the string "USD_LIBRARY_DIR" instead of the contents of the cmake variable.
Changelog
Fixed
Checklist (Please do not remove this line)