cucumber / cucumber-cpp

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

add file extensions to adhere to policy CMP0115 #250

Closed ursfassler closed 1 year ago

ursfassler commented 1 year ago

Summary

Add file extensions to adhere to policy CMP0115. This was added with CMake 3.20.

Details

Motivation and Context

Removes warning when running CMake.

How Has This Been Tested?

Run on Debian 9, 10 and 11.

Types of changes

Checklist:

aslakhellesoy commented 1 year ago

Hi @ursfassler,

Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾

In return for this generous offer we hope you will:

On behalf of the Cucumber core team, Aslak Hellesøy Creator of Cucumber

mpkorstanje commented 1 year ago

Cheers! I don't know much about CMake but this looks acceptable. The CI failures appear to be unrelated.

ursfassler commented 1 year ago

@aslakhellesoy Thank you! I am happy to join :smiley: