[PATCH] D32736: [libcxx][CMake] Set library dir when built under runtimes/

2017-05-03 Thread Jonas Hahnfeld via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL302117: [libcxx][CMake] Set library dir when built under runtimes/ (authored by Hahnfeld). Changed prior to commit: https://reviews.llvm.org/D32736?vs=97403&id=97776#toc Repository: rL LLVM https://

[PATCH] D32736: [libcxx][CMake] Set library dir when built under runtimes/

2017-05-02 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld created this revision. Herald added a subscriber: mgorny. This will put libraries into the build root's lib/ directory by default. https://reviews.llvm.org/D32736 Files: CMakeLists.txt Index: CMakeLists.txt === --- CMa