projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e812f2f
)
Remove spurious debugging message from CMake.
author
Zachary Turner
<zturner@google.com>
Mon, 21 Jul 2014 16:10:20 +0000
(16:10 +0000)
committer
Zachary Turner
<zturner@google.com>
Mon, 21 Jul 2014 16:10:20 +0000
(16:10 +0000)
llvm-svn: 213553
lldb/source/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lldb/source/CMakeLists.txt
b/lldb/source/CMakeLists.txt
index 8eb413d4d4d29a8f7eb163b449f9f1e23ea3ffcd..362e3e006bec7883da0e2c58695a0a18624d6062 100644
(file)
--- a/
lldb/source/CMakeLists.txt
+++ b/
lldb/source/CMakeLists.txt
@@
-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