mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Removes OpenCV dependency from wpilibJNI (#667)
Not exactly sure why it was there in the first place. Closes #664
This commit is contained in:
committed by
Peter Johnson
parent
e1dc099517
commit
24752a9751
@@ -224,15 +224,6 @@ model {
|
||||
sharedConfigs = [ wpilibJNIShared: [] ]
|
||||
staticConfigs = [ wpilibJNIStatic: [] ]
|
||||
}
|
||||
opencv(DependencyConfig) {
|
||||
groupId = 'org.opencv'
|
||||
artifactId = 'opencv-cpp'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '3.2.0'
|
||||
sharedConfigs = [ wpilibJNIShared: [] ]
|
||||
staticConfigs = [ wpilibJNIStatic: [] ]
|
||||
}
|
||||
}
|
||||
components {
|
||||
wpilibJNIStatic(NativeLibrarySpec) {
|
||||
|
||||
Reference in New Issue
Block a user