PixarAnimationStudios / OpenUSD

Universal Scene Description
http://www.openusd.org
Other
5.48k stars 1.14k forks source link

Building with Ninja on Windows fails saying it does not know about x64 configuration #2993

Closed ggarra13 closed 2 months ago

ggarra13 commented 2 months ago

Description of Issue

Title says it all.

Steps to Reproduce

  1. Call python script with --cmake-args "-G Ninja"

System Information (OS, Hardware)

Windows

Package Versions

Build Flags

sunyab commented 2 months ago

Does this work if you call the script with "--generator Ninja" instead of passing in a special cmake arg?

ggarra13 commented 2 months ago

Yes, that fixed it. Thanks!