Commit c262e31
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.1 parent 4f2ff41 commit c262e31
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments