Commit 7774606
committed
[PR 128] CMake: Fix error locating protobuf without Hunter
When protobuf is provided by other build systems, it may require discovery
using a Findprotobuf.cmake module instead of the config file. By removing
'CONFIG', we allow CMake to choose.
Error was:
| CMake Error at cmake/dependencies.cmake:18 (find_package):
| Could not find a package configuration file provided by "Protobuf" with any
| of the following names:
|
| ProtobufConfig.cmake
| protobuf-config.cmake1 parent 0298870 commit 7774606
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments