[build] Update OpenCV to 2024-4.8.0-2 (#5854)

This fixes rpath on cross-build targets to properly include $ORIGIN.
This commit is contained in:
Peter Johnson
2023-11-01 09:45:40 -07:00
committed by GitHub
parent 9540b6922d
commit a9c5b18a39
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ nativeUtils {
opencvYear = "frc2024"
googleTestYear = "frc2024"
niLibVersion = "2024.1.1"
opencvVersion = "4.8.0-1"
opencvVersion = "4.8.0-2"
googleTestVersion = "1.14.0-1"
}
}

View File

@@ -1,4 +1,4 @@
def opencvVersion = '4.8.0-1'
def opencvVersion = '4.8.0-2'
if (project.hasProperty('useCpp') && project.useCpp) {
model {