Skip to content

More replaces of `set(var "${var}...")` with `string(APPEND...)`.

Alex Turbov requested to merge (removed):master into master

Upstream's FindBoost.cmake module has started to use string(APPEND...), but some places to apply was miss... More fixes in this patch.

Merge request reports