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

committed by
Todd Gamblin

parent
7fce4c5083
commit
f2d4c15395
@@ -155,10 +155,6 @@ class CMakeGuess(DefaultGuess):
|
||||
"""Provides appropriate overrides for cmake-based packages"""
|
||||
base_class_name = 'CMakePackage'
|
||||
|
||||
dependencies = """\
|
||||
# FIXME: Add additional dependencies if required.
|
||||
depends_on('cmake', type='build')"""
|
||||
|
||||
body = """\
|
||||
def cmake_args(self):
|
||||
# FIXME: Add arguments other than
|
||||
|
Reference in New Issue
Block a user