pablode / gatling

Hydra-enabled GPU path tracer that supports MaterialX and MDL
GNU General Public License v3.0
289 stars 18 forks source link

Compile error due to case sensitive on Linux #3

Closed KuribohG closed 2 years ago

KuribohG commented 2 years ago

Thank you for this awesome project! I think this is a really good starting point to learn USD & Hydra. This project helped me so much!

There is a compile error on Linux. Since Linux has case sensitive file system, shadergen.* is not the same as ShaderGen.*. This caused CMake error and C++ compile error (because compiler cannot find shadergen.h header).

Here is my solution for this error:

pablode commented 2 years ago

Hi - I'm glad this project helped you! Thanks for the report; I've fixed the issue like you suggested in commit 1f0b539.