Commit 19c3260
authored
### Rationale for this change
Developers have reported that the current GTest std version check will break cpp microbenchmarks in BUNDLE mode.
### What changes are included in this PR?
Move the check into SYSTEM if branch so that it gets triggered in a narrowed scope.
### Are these changes tested?
Tested locally and will be covered by CI.
### Are there any user-facing changes?
No
* Closes: #34861
Authored-by: Haocheng Liu <lbtinglb@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 84ac7d5 commit 19c3260
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2229 | 2229 | | |
2230 | 2230 | | |
2231 | 2231 | | |
2232 | | - | |
2233 | 2232 | | |
2234 | | - | |
2235 | | - | |
2236 | | - | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
2237 | 2238 | | |
2238 | | - | |
| 2239 | + | |
2239 | 2240 | | |
2240 | | - | |
2241 | 2241 | | |
2242 | 2242 | | |
2243 | 2243 | | |
| |||
0 commit comments