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 #96

Open
elfring opened this issue Jan 28, 2016 · 2 comments
Open

Complete quoting for parameters of some CMake commands #96

elfring opened this issue Jan 28, 2016 · 2 comments
Labels

Comments

@elfring
Copy link

elfring commented Jan 28, 2016

Some parameters (like "${PROJECT_BINARY_DIR}/g2o/config.h" and "${CHOLMOD_INCLUDE_DIR}") 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.

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jan 22, 2025
@elfring
Copy link
Author

elfring commented Jan 22, 2025

🔮 Would you like to take another look at the evaluation of CMake lists?

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

1 participant