sahib / glyr

Glyr is a music related metadata searchengine, both with commandline interface and C API
GNU Lesser General Public License v3.0
248 stars 24 forks source link

Complete quoting for parameters of some CMake commands #72

Open elfring opened 8 years ago

elfring commented 8 years ago

Some parameters (like "${DIR_ROOT}/intern") 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 semicolons.

I would recommend to apply advices from a wiki article.