AngusJohnson / Clipper2

Polygon Clipping and Offsetting - C++, C# and Delphi
Boost Software License 1.0
1.45k stars 266 forks source link

Let CMake automatically clone the googletest repo, so that users do not need to do it separately #813

Closed reunanen closed 5 months ago

reunanen commented 5 months ago

Resolves #809

AngusJohnson commented 5 months ago

Juha, could you modify this to test for the googletest folder, and skip the cloning if it's present (and assume it has been properly installed previously)? Currently, with googletest already installed, I'm seeing an error message in MSVC.

reunanen commented 5 months ago

Understand, will try to do it right now 👍