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

Conversation

elfring
Copy link
Contributor

@elfring elfring commented Jan 4, 2014

A Wiki article pointed out that whitespace will only be preserved for parameters in CMake commands if passed strings will be appropriately quoted or escaped.

Quoting can be added so that more places should also handle file names correctly which contain space characters eventually.

…Make commands

A Wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes.

Quoting was added so that more places should also handle file names correctly
which contain space characters eventually.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
jspricke added a commit that referenced this pull request Jan 21, 2014
…of_some_CMake_commands

Complete quoting for parameters of some CMake commands
@jspricke jspricke merged commit c1838d1 into PointCloudLibrary:master Jan 21, 2014
taketwo added a commit to taketwo/pcl that referenced this pull request Jan 21, 2014
sdmiller added a commit that referenced this pull request Jan 21, 2014
Fix error in 'test/CMakeLists.txt' introduced by #431
fran6co pushed a commit to fran6co/pcl that referenced this pull request Feb 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants