You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove CMake warning: jobserver unavailable: using -j1. Add `+' to parent make rule. (#7334)
## Summary of changes
This PR removes the CMake warning: jobserver unavailable: using -j1. Add
`+' to parent make rule.
## Reason for change
The warning is annoying
## Implementation details
For recent versions of CMAKE I've added:
```
set_property(TARGET re2 PROPERTY JOB_SERVER_AWARE TRUE)
```
for older versions I've changed the `OSXRE2BUILDCOMMAND` to overwrite
the `MAKEFLAGS` environment variable.
## Test coverage
If the warning is removed then it worked.
## Other details
<!-- Fixes #{issue} -->
<!-- ⚠️ Note:
Where possible, please obtain 2 approvals prior to merging. Unless
CODEOWNERS specifies otherwise, for external teams it is typically best
to have one review from a team member, and one review from apm-dotnet.
Trivial changes do not require 2 reviews.
MergeQueue is NOT enabled in this repository. If you have write access
to the repo, the PR has 1-2 approvals (see above), and all of the
required checks have passed, you can use the Squash and Merge button to
merge the PR. If you don't have write access, or you need help, reach
out in the #apm-dotnet channel in Slack.
-->
0 commit comments