gabyx / ApproxMVBB

Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
Mozilla Public License 2.0
441 stars 93 forks source link

Still asking for git.exe with cmake on windows #29

Closed adam-hartshorne closed 5 years ago

adam-hartshorne commented 5 years ago

After recloning and attempting to use cmake, it is still asking for git.exe location and won't generate a project without it.

And even when I add a link to git.exe, I still get the following error,

ApproxMVBB Version: extracted from git tags! CMake Error at cmake/DefineVersion.cmake:18 (message): Error in getting version of ApproxMVBB CMake Error at cmake/GetGitRevisionDescriptionExtern.cmake:6 (message):

ApproxMVBB library version could not be determined!, GIT-NOTFOUND
gabyx commented 5 years ago

please paste the command line you use to configure with cmake on windows. on the command line you have git in the path?. Check by executing git in the shell where you launch the cmake ... configure statement

gabyx commented 5 years ago

Reopen if still a problem