From: rnv Date: Wed, 8 Feb 2017 13:21:34 +0000 (+0300) Subject: Remove unnecessary CMake trace. X-Git-Tag: SHAPER_2.7.0~3^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ab21f91877f225086fd1ad56fa0dea6f4a33095;p=modules%2Fgui.git Remove unnecessary CMake trace. --- diff --git a/tools/PyConsole/src/python/CMakeLists.txt b/tools/PyConsole/src/python/CMakeLists.txt index 1d2ee2106..ab5ccd929 100644 --- a/tools/PyConsole/src/python/CMakeLists.txt +++ b/tools/PyConsole/src/python/CMakeLists.txt @@ -49,7 +49,6 @@ PYQT_WRAP_SIP(_sip_SOURCES ${_sip_files}) # sources / to compile SET(PyConsolePy_SOURCES ${_sip_SOURCES}) -message("PyConsolePy_SOURCES = ${PyConsolePy_SOURCES}") # --- rules ---