From 4499a4c30aa62088f5e4e182f4d8b9626f8ae023 Mon Sep 17 00:00:00 2001 From: Mahno Date: Tue, 11 Feb 2025 19:32:51 +0800 Subject: [PATCH] try fix build issue --- libyui-qt-graph.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libyui-qt-graph.spec b/libyui-qt-graph.spec index 49bcd01..5240292 100644 --- a/libyui-qt-graph.spec +++ b/libyui-qt-graph.spec @@ -96,6 +96,8 @@ CMAKE_OPTS="-DCMAKE_BUILD_TYPE=RELEASE" cmake .. \ -DBUILD_EXAMPLES=on \ + -DCMAKE_CXX_FLAGS="-Wno-error"\ + -DCMAKE_C_FLAGS="-Wno-error"\ $CMAKE_OPTS make %{?jobs:-j%jobs}