acts: fix misspelled variant in depends_on (#26904)

Correct variant is plural `unit_tests`.
This commit is contained in:
Wouter Deconinck
2021-10-22 13:19:51 -05:00
committed by GitHub
parent 336c60c618
commit d04b6e0fb5

View File

@@ -155,7 +155,7 @@ class Acts(CMakePackage, CudaPackage):
depends_on('nlohmann-json @3.9.1:', when='@0.14: +json')
depends_on('pythia8', when='+pythia8')
depends_on('python', when='+python')
depends_on('py-pytest', when='+python +unit_test')
depends_on('py-pytest', when='+python +unit_tests')
depends_on('root @6.10: cxxstd=14', when='+tgeo @:0.8.0')
depends_on('root @6.20: cxxstd=17', when='+tgeo @0.8.1:')