]> granicus.if.org Git - clang/commit
[CMake] Pass LLVM_EXTERNAL_*_SOURCE_DIR variables to subsequent stages
authorChris Bieneman <beanz@apple.com>
Wed, 10 Feb 2016 01:09:59 +0000 (01:09 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 10 Feb 2016 01:09:59 +0000 (01:09 +0000)
commitb36b3e54482332b2cc4d4f453a9c7304ec8e5e5b
treee13a5cf7f3a807715a94a66113cc6a7a29d2756a
parent86ce4f64a9e091653c2f3a24233108b8248e0ee9
[CMake] Pass LLVM_EXTERNAL_*_SOURCE_DIR variables to subsequent stages

For multi-stage builds we need to pass any overridden source directory variables. Without passing these the subsequent stages won't find the project sources.

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