diff options
| author | 2009-09-27 19:07:54 +0000 | |
|---|---|---|
| committer | 2009-09-27 19:07:54 +0000 | |
| commit | 79e9adf36fbe519a04aaf8e5b6bc37803bebfc61 (patch) | |
| tree | d1cc411f73bcf9e33b6f047b85b64fd2cfc80c54 | |
| parent | enable python by default (diff) | |
| download | KVIrc-79e9adf36fbe519a04aaf8e5b6bc37803bebfc61.tar.gz KVIrc-79e9adf36fbe519a04aaf8e5b6bc37803bebfc61.tar.bz2 KVIrc-79e9adf36fbe519a04aaf8e5b6bc37803bebfc61.zip | |
removed debug comment
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3534 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bf36cf3d6..f3ac251ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -640,7 +640,6 @@ IF(WANT_PYTHON) #under win32/mingw, if no link flag is needed ${PYTHON_LFLAGS} is set to a braindead "None" STRING(REPLACE "None" "" PYTHON_LFLAGS "${PYTHON_LFLAGS}") - MESSAGE(STATUS " PYTHON_LFLAGS ${PYTHON_LFLAGS}") SET(ADDITIONAL_LINK_FLAGS "${ADDITIONAL_LINK_FLAGS} ${PYTHON_LFLAGS}") LIST(APPEND LIBS ${PYTHON_LIBRARY}) |
