Re: [cmake-developers] [PATCH] FindProtobuf: variable case matches module name

2016-03-07 Thread Brad King
On 03/01/2016 03:15 AM, Antonio Perez Barrero wrote: > Use recommended case for variable names. i.e. matching name of the > module as passed to `find_package`. > > For backwards compatibility, the upper case versions of both input and > output variables are used and defined when appropriate.

[cmake-developers] [PATCH] FindProtobuf: variable case matches module name

2016-03-01 Thread Antonio Perez Barrero
Use recommended case for variable names. i.e. matching name of the module as passed to `find_package`. For backwards compatibility, the upper case versions of both input and output variables are used and defined when appropriate. --- Modules/FindProtobuf.cmake| 179