config_args does NOT apply to CMakePackage. (#7917)
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user