-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The GO_ENABLED option was disabled when building through the external project in the main listfile, despite having been set to TRUE when the option was defined. On inspection, it turned out that ALL the options were FALSE. cmake apparently does not apply the defaults when the build is done as an external project. Changed them to ordinary cache variables, and voila! All is right with the world. Pfui. - Modify the GitHub workflow to upload the protobuf tarballs as artifacts. - Modify .gitignore to ignore `build` and `install` directories anywhere in the tree, not just the root. - Rename the install directory from `proto` to `protobufs`. Signed-off-by: Derek G Foster <[email protected]>
- Loading branch information
Showing
4 changed files
with
17 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.vscode | ||
.vslick | ||
/build | ||
/install | ||
build | ||
install |
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