Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Don't change CMAKE_XXX_OUTPUT_DIRECTORY when built as subdir
When building OIIO as a subdirectory of a super-project (with `add_subdirectory`), it is better to honor the output directories specified by the parent project. In our project, it was causing issues because OIIO libs were ending in a different folder from USD plugins, which thereby failed to load correctly in the build tree.
- Loading branch information