From e333b5ff22ed8f8d71ffc1b9244bcc134b3d25e5 Mon Sep 17 00:00:00 2001 From: Mahno Date: Tue, 11 Feb 2025 20:16:11 +0800 Subject: [PATCH] try fix build issue --- libyui-qt-graph.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyui-qt-graph.spec b/libyui-qt-graph.spec index 123bd6e..bb42f92 100644 --- a/libyui-qt-graph.spec +++ b/libyui-qt-graph.spec @@ -97,7 +97,7 @@ CMAKE_OPTS="-DCMAKE_BUILD_TYPE=RELEASE" cmake .. \ -DBUILD_EXAMPLES=on \ -DCMAKE_CXX_FLAGS="-Wno-error=sign-compare -Wno-error=format"\ - -DCMAKE_C_FLAGS="-Wno-error=sign-compare -Wno-error=foramt"\ + -DCMAKE_C_FLAGS="-Wno-error=sign-compare -Wno-error=format"\ $CMAKE_OPTS make %{?jobs:-j%jobs}