mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
committed by
Peter Johnson
parent
9e4dc235d7
commit
92c4c49b01
@@ -210,7 +210,6 @@ model {
|
||||
if (it.component.testedComponent.name.contains('TestingBase') && !project.hasProperty('onlyAthena')) {
|
||||
lib project: ':gmock', library: 'gmock', linkage: 'static'
|
||||
lib library: 'ntcore', linkage: 'shared'
|
||||
NativeUtils.setPlatformSpecificIncludeFlag("${rootDir}/src/main/native/cpp".toString(), cppCompiler)
|
||||
} else {
|
||||
it.buildable = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user