cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

No googletest auto-download #279

Closed ursfassler closed 7 months ago

ursfassler commented 7 months ago

Summary

Use find-gtest from cmake and don't automatically download gtest.

Details

Use same method for gtest as for the other external dependencies; they have to be provided externally. Increase needed versions of cmake to 3.9 and gtest to 1.11.0.

Motivation and Context

This change is motivated by:

How Has This Been Tested?

Types of changes

It may break some projects because googletest has to be provided. Code is not affected.

Checklist: