Commits
Dmitri Hrybenko committed 71424c49bb0
cmake: unbreak the usecase of cross-compiling the compiler while disabling the standard library In almost all cases, CMake will happily operate on undefined variables, treating them as empty, but for some reason list(REMOVE_ITEM) is an exception. Swift SVN r25835