[Lldb-commits] [lldb] r213553 - Remove spurious debugging message from CMake.
Zachary Turner
zturner at google.com
Mon Jul 21 09:10:20 PDT 2014
Author: zturner
Date: Mon Jul 21 11:10:20 2014
New Revision: 213553
URL: http://llvm.org/viewvc/llvm-project?rev=213553&view=rev
Log:
Remove spurious debugging message from CMake.
Modified:
lldb/trunk/source/CMakeLists.txt
Modified: lldb/trunk/source/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/CMakeLists.txt?rev=213553&r1=213552&r2=213553&view=diff
==============================================================================
--- lldb/trunk/source/CMakeLists.txt (original)
+++ lldb/trunk/source/CMakeLists.txt Mon Jul 21 11:10:20 2014
@@ -331,7 +331,6 @@ endif ()
if ( LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION )
# Add a Post-Build Event to copy over Python files and create the symlink to liblldb.so for the Python API(hardlink on Windows)
if ( NOT LLDB_DISABLE_PYTHON )
- message("Adding post build step to run finishSwigWrapperClasses.py")
add_custom_command( TARGET liblldb
POST_BUILD
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/finishSwigWrapperClasses.py
More information about the lldb-commits
mailing list