Remove spurious debugging message from CMake.
authorZachary Turner <zturner@google.com>
Mon, 21 Jul 2014 16:10:20 +0000 (16:10 +0000)
committerZachary Turner <zturner@google.com>
Mon, 21 Jul 2014 16:10:20 +0000 (16:10 +0000)
llvm-svn: 213553

lldb/source/CMakeLists.txt

index 8eb413d4d4d29a8f7eb163b449f9f1e23ea3ffcd..362e3e006bec7883da0e2c58695a0a18624d6062 100644 (file)
@@ -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