mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
This reverts commit 340b26bada.
Closes #1232
We are reverting this because it broke Mac builds. The root cause of
this is a requirement that the entire application must be built with ASAN
to link properly. For more information about why this is see the below link.
https://github.com/google/sanitizers/wiki/AddressSanitizerContainerOverflow#false-positives
14 lines
376 B
Groovy
14 lines
376 B
Groovy
model {
|
|
dependencyConfigs {
|
|
googletest(DependencyConfig) {
|
|
groupId = 'edu.wpi.first.thirdparty.frc2018'
|
|
artifactId = 'googletest'
|
|
headerClassifier = 'headers'
|
|
ext = 'zip'
|
|
version = '1.8.0-1-4e4df22'
|
|
sharedConfigs = [:]
|
|
staticConfigs = project.staticGtestConfigs
|
|
}
|
|
}
|
|
}
|