-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depend on protobuf using its cmake config
FindProtobuf provided by CMake forgets that it should depend on libabsl, and link fails. This change makes it to use files provided by Protobuf library, which don't miss that important detail. That also required switch from protobuf_generate_cpp() to protobuf_generate() because that's the function which it has. FindProtobuf.cmake also provides protobuf_generate() but only since CMake 3.13. Fix #7272
- Loading branch information
1 parent
e7e530e
commit b7af93c
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters