]> granicus.if.org Git - llvm/commit
[CMake] Fix ability to use LLVM_ENABLE_PROJECTS with LLVM_EXTERNAL_PROJECTS
authorChris Bieneman <chris.bieneman@me.com>
Thu, 14 Feb 2019 20:57:17 +0000 (20:57 +0000)
committerChris Bieneman <chris.bieneman@me.com>
Thu, 14 Feb 2019 20:57:17 +0000 (20:57 +0000)
commita7225a2f1efeb73562e4ab1032648cd22d1fc71e
treefea9678b15d4614bab91383ccd7c5eb31d121428
parent2ecdf36fb1456dd69354966c2ce86e6f6d6294c6
[CMake] Fix ability to use LLVM_ENABLE_PROJECTS with LLVM_EXTERNAL_PROJECTS

LLVM r353148, changed the circumstances in which the project source directory variables are created to only create them for LLVM projects. This patch initializes the directory variables for projects specified in `LLVM_EXTERNAL_PROJECTS` as well.

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