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 configuring project through CMake in Windows 10 #180

Closed heyx3 closed 6 months ago

heyx3 commented 6 months ago

Running CMake 3.28.3.

On Configure, I get the following error:

CMake Error at C:/Program Files/CMake/share/cmake-3.28/Modules/ExternalProject.cmake:2910 (message):
  error: could not find git for clone of Ext_Discregrid
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.28/Modules/ExternalProject.cmake:4418 (_ep_add_download_command)
  CMakeLists.txt:48 (ExternalProject_Add)
heyx3 commented 6 months ago

From the internet this sounds like CMake can't find git. I have no idea why that is, but it doesn't sound like a library problem, so I'll close this. Sorry!