Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default PKG_CONFIG_PATH in CMakeLists.txt
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.
- Loading branch information