Commit d709346
authored
Add support for VS 2026 to Nuke detection (#7843)
## Summary of changes
Add VS 2026 search paths
## Reason for change
We should be able to build with VS 2026
## Implementation details
Add `"18"` to the search paths (which is what VS 2026 uses)
## Test coverage
Going to poke @vandonr 😄1 parent 5b8194a commit d709346
File tree
1 file changed
+4
-2
lines changed- tracer/build/_build/NukeExtensions
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
0 commit comments