update documentation after API changes
This commit is contained in:
@ -49,9 +49,7 @@ Like this::
|
||||
|
||||
$ python setup --cmake-options='"-DTHIS_OPTION=ON -DTHAT_OPTION=OFF"'
|
||||
|
||||
We use two sets of quotes because the shell swallows one set of them
|
||||
before passing the arguments to Python. Yeah that's not nice, but nothing
|
||||
we can do about it on the Python side.
|
||||
If you do not use two sets
|
||||
of quotes then the setup command may end up
|
||||
incorrectly saved in `build/setup_command`.
|
||||
We use two sets of quotes because the shell swallows one set of them before
|
||||
passing the arguments to Python. Yeah that's not nice, but nothing we can do
|
||||
about it on the Python side. If you do not use two sets of quotes then the
|
||||
setup command may end up incorrectly saved in `build/setup_command`.
|
||||
|
Reference in New Issue
Block a user