Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete quoting for parameters of some CMake commands #9

Open
elfring opened this issue Sep 1, 2014 · 3 comments
Open

Complete quoting for parameters of some CMake commands #9

elfring opened this issue Sep 1, 2014 · 3 comments
Labels

Comments

@elfring
Copy link

elfring commented Sep 1, 2014

Some parameters (like "${DOCROOT}/Doxyfile" and "${INCROOT}/address.hpp") are passed to CMake commands in your build scripts without enclosing them by quotation marks. I see that these places will result in build difficulties if the contents of the used variables will contain special characters like semicolons.

I would recommend to apply advices from a wiki article.

@wisk wisk added the bug label Sep 1, 2014
@wisk
Copy link
Owner

wisk commented Sep 1, 2014

Hi @elfring and thanks for the advice.

It'd help me a lot if you could provide me an example of path which trigger this issue.

@elfring
Copy link
Author

elfring commented Sep 2, 2014

Would you like to look at any applied changes (or bug reports) for other software?

@wisk
Copy link
Owner

wisk commented Sep 2, 2014

Thanks for the link, I'll fix this ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants