Docs: configure_args -> cmake_args (#15102)

This commit is contained in:
Adam J. Stewart 2020-02-19 22:48:56 -06:00 committed by GitHub
parent 9b221d26b8
commit 7a60a04402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),