Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly pass down list of variants to enable
CMake automatically expands a string containing semi-colons to a list, but ExternalProject argument must also be a semi-colon separated list. To get around this, convert the string to a comma separated list, since the LIST_SEPARATOR option will reinterpret this as a semi-colon list.
- Loading branch information