Skip to content

Fix overzealous cmake quoting#3604

Merged
tresf merged 1 commit into
LMMS:stable-1.2from
tresf:quoting
Jun 2, 2017
Merged

Fix overzealous cmake quoting#3604
tresf merged 1 commit into
LMMS:stable-1.2from
tresf:quoting

Conversation

@tresf

@tresf tresf commented Jun 2, 2017

Copy link
Copy Markdown
Member

Fixes builds from directories with spaces

CMake does a pretty good job of handling directories with spaces. For example, /foo bar/ is represented internally as /foo\ bar/. When double-quotes are added, it turns into "/foo\ bar/" which is invalid.

By removing double quotes, LMMS can be built from a directory with spaces in the name.

Fixes builds from directories with spaces
@tresf
tresf merged commit dd80268 into LMMS:stable-1.2 Jun 2, 2017
@tresf
tresf deleted the quoting branch June 2, 2017 21:15
PhysSong pushed a commit to PhysSong/lmms that referenced this pull request Jul 8, 2017
Fixes builds from directories with spaces
PhysSong pushed a commit to PhysSong/lmms that referenced this pull request Jul 8, 2017
Fixes builds from directories with spaces
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
Fixes builds from directories with spaces
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.

1 participant