[wpimath] Workaround intellisense Eigen issue (#4992)

Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
Peter Johnson
2023-01-21 15:16:12 -08:00
committed by GitHub
parent b2b25bf09f
commit 504fa22143
3 changed files with 41 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ def main():
# Apply patches to upstream Git repo
os.chdir(upstream_root)
for f in ["0001-Disable-warnings.patch"]:
for f in ["0001-Disable-warnings.patch", "0002-Intellisense-fix.patch"]:
git_am(os.path.join(wpilib_root, "upstream_utils/eigen_patches", f))
# Delete old install