lbann: make catch2 a "build" and "test" dependency (#20666)
This commit is contained in:
parent
812a3fb0ae
commit
385c503d8e
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class Lbann(CMakePackage, CudaPackage):
|
|||
depends_on('py-m2r', type='build', when='+docs')
|
||||
|
||||
depends_on('cereal')
|
||||
depends_on('catch2', type='test')
|
||||
depends_on('catch2', type=('build', 'test'))
|
||||
depends_on('clara')
|
||||
|
||||
depends_on('llvm-openmp', when='%apple-clang')
|
||||
|
|
Loading…
Reference in a new issue