mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +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
eda635510a
@@ -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