mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Fix googletest dependency (#1666)
This was rendered useless when googletest was added to the allwpilib monorepo https://github.com/wpilibsuite/allwpilib/pull/6820 Signed-off-by: Jade Turner <spacey-sooty@proton.me>
This commit is contained in:
@@ -10,8 +10,6 @@ nativeUtils.wpi.configureDependencies {
|
||||
wpimathVersion = wpimathVersion
|
||||
opencvYear = 'frc'+openCVYear
|
||||
opencvVersion = openCVversion
|
||||
googleTestYear = "frc2024"
|
||||
googleTestVersion = "1.14.0-1"
|
||||
niLibVersion = "2025.0.0"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user