[CMake] Remove debug message from CMakeLists.txt

llvm-svn: 229592
This commit is contained in:
Zachary Turner 2015-02-18 00:27:11 +00:00
parent c7281aaaae
commit a12920a414
1 changed files with 0 additions and 1 deletions

View 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})