Some parameters (like "${PROJECT_BINARY_DIR}/${componentName}" and "${TUNDRA_BIN}/media") 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 semicolons.
Closing as the reporter is some sort of bot it seems (see his activity: same issues with the same exact wording and replies on many other projects too).
Some parameters (like "${PROJECT_BINARY_DIR}/${componentName}" and "${TUNDRA_BIN}/media") 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 semicolons.
I would recommend to apply advices from a wiki article.