jbuckmccready/CavalierContours

CMake gave that error: could not find git for clone of googletest-populate

findux opened this issue · 2 comments

I am trying to make visual studio project with cmake but I am getting some errors as shown in figure. How to provide to find clone of google test-populate ? Could you help me please. I am totally disabled about cmake.

image

Looks like CMake couldn't find git, git is required to build this project from CMake, make sure you have git installed and it is in your PATH environment variable.

If you're just interested in the C++ header only portion of the library you can just use the headers directly and skip using CMake.

Ok. thank you . As you say I use just c header.