InteractiveComputerGraphics / PositionBasedDynamics

PositionBasedDynamics is a library for the physically-based simulation of rigid bodies, deformable solids and fluids.
MIT License
1.89k stars 358 forks source link

"error: could not find git for clone of Ext_Discregrid" issue #89

Closed luxorm96 closed 4 years ago

luxorm96 commented 4 years ago

I am sorry for disturbing you with such a basic issue, but could you help me to solve it? I am building the project with CMake 3.9.5 and VS 2017, but still can't get the Discregrid library. What can I do to get it?

janbender commented 4 years ago

You need to install git which is used to install Discregrid.

luxorm96 commented 4 years ago

Thank you! I've installed git and now everything works fine.