-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most distros don't like projects embedding subprojects, so we need to be capable of building using the system's absl. It is not going to work easily because the system's absl needs to be built with the C++17 standard to work, so ultimately this might not be such a good idea, but it works for me on nixos...
- Loading branch information
Showing
2 changed files
with
76 additions
and
60 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,2 +1,2 @@ | ||
option('tidy_mode', type : 'feature', value : 'disabled') | ||
option('tests', type : 'feature', value : 'disabled') | ||
option('absl_subproject', type : 'boolean', value : 'true') |