dtk@develop now requires 'submodules=True' flag (#11694)

This commit is contained in:
Satish Balay 2019-06-14 11:04:48 -05:00 committed by GitHub
parent 8afae13369
commit 030f0951d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,6 +194,7 @@ class Trilinos(CMakePackage):
git='https://github.com/ornl-cees/DataTransferKit.git',
branch='master',
placement='DataTransferKit',
submodules=True,
when='+dtk @develop')
resource(name='fortrilinos',
git='https://github.com/trilinos/ForTrilinos.git',