[CMake] Remove debug message from CMakeLists.txt
authorZachary Turner <zturner@google.com>
Wed, 18 Feb 2015 00:27:11 +0000 (00:27 +0000)
committerZachary Turner <zturner@google.com>
Wed, 18 Feb 2015 00:27:11 +0000 (00:27 +0000)
llvm-svn: 229592

lldb/source/CMakeLists.txt

index ee97a8c..0259176 100644 (file)
@@ -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})