This is failing to compile on Windows because clang-cl is trying to
use the path with quotes, dropping them resolves the issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D73525
[CMake][libcxx] Don't wrap __config_site path in quotes on Windows Authored by phosek on Jan 27 2020, 7:32 PM.
Details This is failing to compile on Windows because clang-cl is trying to
Diff Detail
|
target_compile_options(${target} PUBLIC /FI "${site_config_path}")is more consistent with the below case, if it works.