From 0025446bc890b1935c7628b0468f6b1de49dc27c Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Fri, 12 Feb 2021 17:17:28 +0100 Subject: fix example_gallery quiet option Passing '' was generating an error, so we don't set the variable so we don't pass empty quotes to the script. Change-Id: I672117d43ccd80ca3a625f590556b25a006514c6 Reviewed-by: Friedemann Kleint (cherry picked from commit f23cbd1c5fd8315569440bcdcd3eee2a30fd0392) Reviewed-by: Qt Cherry-pick Bot --- sources/pyside6/doc/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/pyside6/doc/CMakeLists.txt b/sources/pyside6/doc/CMakeLists.txt index bfbfb2b8e..a6191683b 100644 --- a/sources/pyside6/doc/CMakeLists.txt +++ b/sources/pyside6/doc/CMakeLists.txt @@ -25,7 +25,6 @@ endif() # Generate example gallery message(STATUS "Generating example gallery") -set (EXAMPLE_TOOL_OPTIONS '') if (QUIET_BUILD) set (EXAMPLE_TOOL_OPTIONS '-q') endif() -- cgit v1.2.3