We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f86f0b commit 808d094Copy full SHA for 808d094
doc/users/faq.rst
@@ -50,5 +50,8 @@ Like this::
50
$ python setup --cmake-options='"-DTHIS_OPTION=ON -DTHAT_OPTION=OFF"'
51
52
We use two sets of quotes because the shell swallows one set of them
53
-before passing the arguments to Python. If you do not use two sets
54
-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.
55
+If you do not use two sets
56
+of quotes then the setup command may end up
57
+incorrectly saved in `build/setup_command`.
0 commit comments