]> granicus.if.org Git - llvm/commit
[CMake] Fixing errors in r361513
authorChris Bieneman <chris.bieneman@me.com>
Thu, 23 May 2019 18:51:52 +0000 (18:51 +0000)
committerChris Bieneman <chris.bieneman@me.com>
Thu, 23 May 2019 18:51:52 +0000 (18:51 +0000)
commitf462107b3b3acffe892a39f6efac46dd337b0164
tree276eae147af7cae06ede52850083afa0ecac980c
parenta7df0fa47f78cb30e251416ca370c35ab52014e4
[CMake] Fixing errors in r361513

Summary:
I somehow messed this up. libcxx appends the subdirectories itself, so we don't need to add them here.

Also, r361513 broke the "projects" build of libcxx because it always included the extra targets.

Reviewers: lebedev.ri, mclow.lists

Subscribers: mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D62336

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361535 91177308-0d34-0410-b5e6-96231b3b80d8
runtimes/CMakeLists.txt