[Python-modules-commits] [pyside] 03/06: Reduce the verbosity of generatorrunner

Luke Faraone lfaraone at moszumanska.debian.org
Wed May 17 03:23:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

lfaraone pushed a commit to branch master
in repository pyside.

commit 50a1e493490cc7a83f677808e746f656be6dc047
Author: Didier Raboud <didier at raboud.com>
Date:   Thu Oct 8 10:59:24 2015 -0700

    Reduce the verbosity of generatorrunner
    
    Origin: vendor
    Forwarded: http://bugs.openbossa.org/249
    Last-Update: 2011-02-03
    Patch-Name: lessBuildVerbosity.patch
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e0e3d0..966fe6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ if (NOT SITE_PACKAGE)
     endif()
 endif()
 
-set(GENERATOR_EXTRA_FLAGS --generator-set=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic --use-isnull-as-nb_nonzero)
+set(GENERATOR_EXTRA_FLAGS --generator-set=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic --use-isnull-as-nb_nonzero --silent)
 if(WIN32 OR DEFINED AVOID_PROTECTED_HACK)
     message(STATUS "PySide will be generated avoiding the protected hack!")
     set(GENERATOR_EXTRA_FLAGS ${GENERATOR_EXTRA_FLAGS} --avoid-protected-hack)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyside.git



More information about the Python-modules-commits mailing list