]> granicus.if.org Git - clang/commit
Revert "[CMake] Fix an issue building out-of-tree introduced in r272200"
authorChris Bieneman <beanz@apple.com>
Thu, 9 Jun 2016 17:24:16 +0000 (17:24 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 9 Jun 2016 17:24:16 +0000 (17:24 +0000)
commit8617be2656f1974a15bc352a5f08eb57beafc489
tree0ad8e5a4f2b0c07f40ce6c2b0c293d7a1f47de46
parente88ae9a687ab635bf1a338e2b771e1e91d90a55b
Revert "[CMake] Fix an issue building out-of-tree introduced in r272200"

This reverts r272275. This actually wasn't the right way to fix the problem. The correct solution is in r272279.

Applying the fix to LLVM as done in r272279, means this fix will get picked up by all projects building out of tree using LLVM's CMake modules. As opposed to the fix I had in r272275, which would require each project to change.

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