diff options
author | Zachary Turner <zturner@google.com> | 2015-02-18 00:27:11 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-02-18 00:27:11 +0000 |
commit | a12920a41454aaecc7ccd9213cb7758494cbc642 (patch) | |
tree | 40fdc9d4d88a4c65ae3644832548939893ab32da | |
parent | c7281aaaaedc970b8f72272d66965fa6388e5c86 (diff) | |
download | bcm5719-llvm-a12920a41454aaecc7ccd9213cb7758494cbc642.tar.gz bcm5719-llvm-a12920a41454aaecc7ccd9213cb7758494cbc642.zip |
[CMake] Remove debug message from CMakeLists.txt
llvm-svn: 229592
-rw-r--r-- | lldb/source/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/CMakeLists.txt b/lldb/source/CMakeLists.txt index ee97a8c1afd..0259176ead3 100644 --- a/lldb/source/CMakeLists.txt +++ b/lldb/source/CMakeLists.txt @@ -65,7 +65,6 @@ endif() if (LLDB_WRAP_PYTHON OR LLDB_VERS_GENERATED_FILE) add_dependencies(liblldb swig_wrapper) - message("Adding dependency on swig_wrapper") endif() target_link_libraries(liblldb ${cmake_2_8_12_PRIVATE} ${LLDB_SYSTEM_LIBS}) |