Skip to content
  • Antonio Perez Barrero's avatar
    FindProtobuf: Rename variables to match case of module name · a7b09e7f
    Antonio Perez Barrero authored and Brad King's avatar Brad King committed
    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.  Skip this for
    the _FOUND variable because FPHSA already does it.  Skip this for the
    _VERSION variable because that was recently added and never available
    with the old name in a release of CMake.
    a7b09e7f