Remove cmake build dep from CMakePackages (#2684)
This commit is contained in:

committed by
Todd Gamblin

parent
7fce4c5083
commit
f2d4c15395
@@ -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):
|
||||
|
Reference in New Issue
Block a user