Skip to content

Commit c0a497b

Browse files
committed
[hdEmbree][build_usd] add to build_usd.py status message
1 parent 0fff6d9 commit c0a497b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_scripts/build_usd.py

+2
Original file line numberDiff line numberDiff line change
@@ -2730,6 +2730,7 @@ def _JoinVersion(v):
27302730
OpenVDB support: {enableOpenVDB}
27312731
OpenImageIO support: {buildOIIO}
27322732
OpenColorIO support: {buildOCIO}
2733+
Embree support: {buildEmbree}
27332734
PRMan support: {buildPrman}
27342735
Vulkan support: {enableVulkan}
27352736
UsdImaging {buildUsdImaging}
@@ -2794,6 +2795,7 @@ def FormatBuildArguments(buildArgs):
27942795
enableOpenVDB=("On" if context.enableOpenVDB else "Off"),
27952796
buildOIIO=("On" if context.buildOIIO else "Off"),
27962797
buildOCIO=("On" if context.buildOCIO else "Off"),
2798+
buildEmbree=("On" if context.buildEmbree else "Off"),
27972799
buildPrman=("On" if context.buildPrman else "Off"),
27982800
buildUsdImaging=("On" if context.buildUsdImaging else "Off"),
27992801
buildUsdview=("On" if context.buildUsdview else "Off"),

0 commit comments

Comments
 (0)