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
- rC Clang
- Build Status
Buildable 21480 Build 21480: arc lint + arc unit
Event Timeline
CMakeLists.txt | ||
---|---|---|
288 | 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? |
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?