Skip to content

Commit a4277de

Browse files
committed
Add missing OpenCV dependencies
1 parent 8906d3e commit a4277de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ testDependencies {
4040
api("org.bytedeco:openblas:$openblasVersion:windows-x86_64")
4141
val opencvVersion = "4.10.0-1.5.11-20251001-ihmc" // Hosted on https://robotlabfiles.ihmc.us/repository
4242
api("us.ihmc:opencv:$opencvVersion")
43+
api("us.ihmc:opencv:$opencvVersion:linux-arm64")
4344
api("us.ihmc:opencv:$opencvVersion:linux-arm64-gpu")
45+
api("us.ihmc:opencv:$opencvVersion:linux-x86_64")
4446
api("us.ihmc:opencv:$opencvVersion:linux-x86_64-gpu")
47+
api("us.ihmc:opencv:$opencvVersion:windows-x86_64")
4548
api("us.ihmc:opencv:$opencvVersion:windows-x86_64-gpu")
4649
}

0 commit comments

Comments
 (0)