Remove cmake build dep from CMakePackages (#2684)

This commit is contained in:
Adam J. Stewart
2017-01-15 05:18:52 -06:00
committed by Todd Gamblin
parent 7fce4c5083
commit f2d4c15395
10 changed files with 1 additions and 18 deletions

View File

@@ -39,7 +39,6 @@ class Everytrace(CMakePackage):
variant('fortran', default=True,
description='Enable use with Fortran programs')
depends_on('cmake', type='build')
depends_on('mpi', when='+mpi')
def cmake_args(self):