Why is it not possible to quote OPTIONS with list arguments with bracket syntax? #525
Unanswered
ClausKlein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If using
CMake 3.0
or later, an alternative to quotes is to use the lua-inspiredbracket syntax
where the start of the content is marked by[=[
and the end with]=]
.output:
-- ARGC = 1
-- ARGV = LIST_ARGUMENT "a;b;c"
Beta Was this translation helpful? Give feedback.
All reactions