Describe the bug
Here is a summary of the issues preventing successful building with cmake and houdini:
- Houdini 21.0: The build fails due to missing shared_lib_targets (usdSkelImaging/hboost_python) in HoudiniConfig.cmake.
- Houdini 20.5: The build fails with the error cannot find -lhdsi. This appears to be related to the changes introduced in this commit.
- Houdini 20.0: The build also fails with cannot find -lhdsi, stemming from the same commit mentioned above.
Describe the bug
Here is a summary of the issues preventing successful building with cmake and houdini: