Skip to content

Commit

Permalink
Try to fix build cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Jan 23, 2024
1 parent 7e072cc commit b378b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def BuildAndInstall(context, buildArgs, stages):

if context.mayaUsdLocation:
extraArgs.append('-DMAYAUSD_LOCATION="{mayaUsdLocation}"'
.format(mayaUsdLocation=context.mayaUsdLocation))
.format(mayaUsdLocation=context.mayaUsdLocation.replace("\\","/")))

if context.pxrUsdLocation:
extraArgs.append('-DPXR_USD_LOCATION="{pxrUsdLocation}"'
Expand Down

0 comments on commit b378b2e

Please sign in to comment.