You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since `option()` was used it defaulted to OFF instead of the supplied
string as `option()` is used for booleans only, resulting in
`libprotobuf-mutator.pc` file being installed in
`${prefix}/OFF/libprotobuf-mutator.pc` which is clearly undesirable.
Change it to `set()` so the default value is properly stored and used.
0 commit comments