dtk@develop now requires 'submodules=True' flag (#11694)
This commit is contained in:
parent
8afae13369
commit
030f0951d4
@ -194,6 +194,7 @@ class Trilinos(CMakePackage):
|
|||||||
git='https://github.com/ornl-cees/DataTransferKit.git',
|
git='https://github.com/ornl-cees/DataTransferKit.git',
|
||||||
branch='master',
|
branch='master',
|
||||||
placement='DataTransferKit',
|
placement='DataTransferKit',
|
||||||
|
submodules=True,
|
||||||
when='+dtk @develop')
|
when='+dtk @develop')
|
||||||
resource(name='fortrilinos',
|
resource(name='fortrilinos',
|
||||||
git='https://github.com/trilinos/ForTrilinos.git',
|
git='https://github.com/trilinos/ForTrilinos.git',
|
||||||
|
Loading…
Reference in New Issue
Block a user