Fix CMake generator documentation (#43232)

This commit is contained in:
Pieter P 2024-03-18 10:02:33 +01:00 committed by GitHub
parent 3d8136493a
commit 429c3598af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@ generator is Ninja. To switch to the Ninja generator, simply add:
.. code-block:: python
generator = "Ninja"
generator("ninja")
``CMakePackage`` defaults to "Unix Makefiles". If you switch to the