From d48dafb6ef12879c0b767c8d237c267e117d7876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Fri, 27 Oct 2023 00:00:04 +0000 Subject: [PATCH] [tools] Remove former SKIP_QT_GUI from CMake cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- tools/unix/build_omim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/unix/build_omim.sh b/tools/unix/build_omim.sh index 1a2ed18bf6..c2f2c10370 100755 --- a/tools/unix/build_omim.sh +++ b/tools/unix/build_omim.sh @@ -54,6 +54,7 @@ done OPT_TARGET=${@:$OPTIND} +CMAKE_CONFIG="${CMAKE_CONFIG:-} -U SKIP_QT_GUI" if [ "$OPT_TARGET" != "desktop" -a -z "$OPT_DESIGNER" -a -z "$OPT_STANDALONE" ]; then CMAKE_CONFIG="${CMAKE_CONFIG:-} -DSKIP_QT_GUI=ON" fi