Skip to content

Commit

Permalink
Merge pull request #1575 from hshakula/openexr-install-issue
Browse files Browse the repository at this point in the history
Fix OpenEXR libraries installation

(Internal change: 2184824)
  • Loading branch information
pixar-oss committed Aug 25, 2021
2 parents 696ef03 + 7515647 commit cea3d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,7 @@ def InstallOpenEXR(context, force, buildArgs):
with CurrentWorkingDirectory(DownloadURL(OPENEXR_URL, context, force)):
RunCMake(context, force,
['-DOPENEXR_BUILD_PYTHON_LIBS=OFF',
'-DOPENEXR_PACKAGE_PREFIX="{}"'.format(context.instDir),
'-DOPENEXR_ENABLE_TESTS=OFF'] + buildArgs)

OPENEXR = Dependency("OpenEXR", InstallOpenEXR, "include/OpenEXR/ImfVersion.h")
Expand Down

0 comments on commit cea3d54

Please sign in to comment.