update user faq

This commit is contained in:
Radovan Bast 2016-05-28 18:08:56 +02:00
parent 0f86f0bea9
commit 808d094420

View File

@ -50,5 +50,8 @@ 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. If you do not use two sets
of quotes then the setup command may end up incorrectly saved in `build/setup_command`.
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`.