CMake: Recursively invokes cmake using the right directories.
authorOscar Fuentes <ofv@wanadoo.es>
Sat, 15 Nov 2008 20:35:25 +0000 (20:35 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sat, 15 Nov 2008 20:35:25 +0000 (20:35 +0000)
commit2c688da09edddec74fa19fe3343f61a477b0b85a
treedef7d31898d528fd3ac4f7bc744f2af90d251dc8
parentac44d25bdd28c923756e2603560c132c0ea2eb91
CMake: Recursively invokes cmake using the right directories.

LLVM_MAIN_SRC_DIR and LLVM_BINARY_DIR are not the cmake top level
directories when LLVM is embedded on the build of other project.

Fixes PR #3072.

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