Commit db30f1b
committed
Fix protobuf find_package fallback when config mode unavailable
When CMake's FindProtobuf module is used as a fallback (e.g. when building
as a git submodule without vcpkg), it creates Protobuf::libprotobuf (capital
P) rather than protobuf::libprotobuf. Add an alias so both code paths work.
This fixes #3671 parent 303272b commit db30f1b
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
0 commit comments