forked from Godsnightmare/protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build updates (protocolbuffers#5300)
* Make language instructions' documentation links clickable See 86208c5. * Add a `git submodules` check to autogen.sh Running `./autogen.sh && make` happens to work without initializing git submodules - but autogen.sh writes to what is supposed to be a git submodules directory, so trying to later initialize git submodules fails. This change makes building a bit more reliable for people who miss this step. * Revise third_party googletest logic As discussed in PR, instead of requiring that `git submodule --init` be run, correctly handle the case where it isn't run.
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 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