[cmake] When Python is disabled for LLDB, don't try to install the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 27 Jun 2014 15:04:42 +0000 (15:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 27 Jun 2014 15:04:42 +0000 (15:04 +0000)
commit61220ef405651ee8ab79196e2ddb02873b9fab44
treeb8a27b4666044795b9f2f488fab6b2f88a8ac10e
parent3f32b9be7f06fa1d89b77f34baacfa7607a3057a
[cmake] When Python is disabled for LLDB, don't try to install the
python bindings.

For example, this prevents errors on systems that disable python because
the system python isn't available. Without this, we still try to install
things and get install errors when that doesn't work.

llvm-svn: 211899
lldb/CMakeLists.txt