Skip to content

Commit

Permalink
Fix choreo version
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Oct 15, 2024
1 parent 01ecf04 commit fc09560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradleriobase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = wpilibFoundVersion
version = choreoVersion
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}
Expand Down Expand Up @@ -181,6 +181,7 @@ model {
wpi.cpp.deps.googleTest(it)

wpi.cpp.deps.useLibrary(it, 'wpilibnewcommands')
wpi.cpp.deps.useLibrary(it, 'choreo')
wpi.cpp.deps.useLibrary(it, 'xrpvendordep')
wpi.cpp.deps.useLibrary(it, 'romivendordep')
}
Expand Down

0 comments on commit fc09560

Please sign in to comment.