config_args does NOT apply to CMakePackage. (#7917)
This commit is contained in:
parent
6a99ca362f
commit
9dad069e89
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ for the ``mylib`` package (ellipses for brevity):
|
||||||
depends_on('cmake', type='build')
|
depends_on('cmake', type='build')
|
||||||
depends_on('doxygen', type='build')
|
depends_on('doxygen', type='build')
|
||||||
|
|
||||||
def configure_args(self):
|
def cmake_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
return [
|
return [
|
||||||
'-DUSE_EVERYTRACE=%s' % ('YES' if '+everytrace' in spec else 'NO'),
|
'-DUSE_EVERYTRACE=%s' % ('YES' if '+everytrace' in spec else 'NO'),
|
||||||
|
|
Loading…
Reference in a new issue