TheFoundryVisionmongers / KatanaUsdPlugins

Katana USD Plugins Repo
Other
47 stars 20 forks source link

Build system requires cmake config modules for TBB and Python, without fallback to FindX modules #2

Closed sopvop closed 4 years ago

sopvop commented 4 years ago

Build system requires cmake config modules for TBB and Python, without fallback to FindX modules. Which is surprising and is not documented in BUILDING.md. Also katana distribution doesn't seem to provide these modules for bundled python and tbb.

JamesPedFoundry commented 4 years ago

Hi sopvop,

Thanks for raising this issue, we have raised an internal ticket to support FindX modules as well as using CMake configs.

The internal ticket number is: #420782

Cheers, James

JamesPedFoundry commented 4 years ago

Hi sopvop, We have updated our BUILDING.md file, and our CMakefiles to allow for better support of non cmake .config file setups. Let us know if the latest changes help! A short description of the updates can be found in the CHANGELOG.md under the new release v19.11_fn2.

Closing the issue