update user faq
This commit is contained in:
parent
0f86f0bea9
commit
808d094420
@ -50,5 +50,8 @@ Like this::
|
|||||||
$ python setup --cmake-options='"-DTHIS_OPTION=ON -DTHAT_OPTION=OFF"'
|
$ python setup --cmake-options='"-DTHIS_OPTION=ON -DTHAT_OPTION=OFF"'
|
||||||
|
|
||||||
We use two sets of quotes because the shell swallows one set of them
|
We use two sets of quotes because the shell swallows one set of them
|
||||||
before passing the arguments to Python. If you do not use two sets
|
before passing the arguments to Python. Yeah that's not nice, but nothing
|
||||||
of quotes then the setup command may end up incorrectly saved in `build/setup_command`.
|
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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user