Remove also the condition to allow in-source builds when using MSVC_IDE.
This may be vestigial and date from a time when llvm CMakeLists.txt had
a similar condition. The llvm file does not have such a condition, so
this brings them in sync.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
CMakeLists.txt | ||
---|---|---|
288 ↗ | (On Diff #160692) | The NOT MSVC_IDE condition is still present in llvm's CMakeLists.txt, at least in r340526 (line 230), so not sure if we should remove it here? |