Docs: configure_args -> cmake_args (#15102)
This commit is contained in:
parent
9b221d26b8
commit
7a60a04402
1 changed files with 1 additions and 1 deletions
|
@ -4454,7 +4454,7 @@ translate variant flags into CMake definitions. For example:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
def configure_args(self):
|
||||
def cmake_args(self):
|
||||
spec = self.spec
|
||||
return [
|
||||
'-DUSE_EVERYTRACE=%s' % ('YES' if '+everytrace' in spec else 'NO'),
|
||||
|
|
Loading…
Reference in a new issue