From 0c93b84ac6fee8f6d6634ed5a8a3dac39011e55d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 11 Feb 2021 06:28:29 -0300 Subject: [PATCH] recipes: tde/tqtinterface: Remove unused -DBUILD_ALL option MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/tde/tqtinterface/recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/tde/tqtinterface/recipe b/recipes/tde/tqtinterface/recipe index 6c892b3a..acfe0856 100644 --- a/recipes/tde/tqtinterface/recipe +++ b/recipes/tde/tqtinterface/recipe @@ -70,7 +70,6 @@ build() -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_INSTALL_RPATH=YES \ - -DBUILD_ALL=ON \ -DWITH_ALL_OPTIONS=ON \ -DQT_PREFIX_DIR=/opt/trinity \ -DQT_INCLUDE_DIR=${QTDIR}/include \ -- 2.11.4.GIT