Skip to content
Snippets Groups Projects
Commit 299244f7 authored by Markus Elfring's avatar Markus Elfring Committed by Andy Green
Browse files

fix cmake quoting


A few parameters (like "${PROJECT_BINARY_DIR}/lws_config.h" and "${PROJECT_SOURCE_DIR}/lib") are passed to CMake commands in your build script 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.

Signed-off-by: default avatarMarkus Elfring <markus.elfring@web.de>
parent cfa8ac34
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment