[CMake][libcxx] Don't wrap __config_site path in quotes on Windows
authorPetr Hosek <phosek@google.com>
Tue, 28 Jan 2020 03:28:59 +0000 (19:28 -0800)
committerPetr Hosek <phosek@google.com>
Thu, 30 Jan 2020 03:37:35 +0000 (19:37 -0800)
commit7f49dc496682e38335b204bbae371a0ca5057719
tree6adc04e797ca2ff9c35f916ec678ad51d189faa0
parent89c2e733e80ee35921ad4aff8058c3ff9d933c54
[CMake][libcxx] Don't wrap __config_site path in quotes on Windows

This is failing to compile on Windows because clang-cl is trying to
use the path with quotes, dropping them resolves the issue.

Differential Revision: https://reviews.llvm.org/D73525
libcxx/CMakeLists.txt