Skip to content
Snippets Groups Projects
Unverified Commit 7a60a044 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Docs: configure_args -> cmake_args (#15102)

parent 9b221d26
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment