avbot icon indicating copy to clipboard operation
avbot copied to clipboard

Complete quoting for parameters of some CMake commands

Open elfring opened this issue 12 years ago • 0 comments

Some parameters (like "${PROJECT_BINARY_DIR}/avbot.rc" and "${SQLITE3_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 spaces.

I would recommend to apply advices from a Wiki article.

elfring avatar Nov 03 '13 18:11 elfring