From fe152d5cd8d0a30e9e8f5e20c2c259ead139e11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sun, 10 Feb 2019 14:46:32 +0100 Subject: [PATCH] fix cmake invocation --- pulseview.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulseview.spec b/pulseview.spec index e427a2c..b072a2b 100644 --- a/pulseview.spec +++ b/pulseview.spec @@ -28,7 +28,7 @@ libraries under the hood. %autosetup -p1 %build -%cmake -DCMAKE_BUILD_TYPE=Release -DDISABLE_WERROR=True +%cmake -DCMAKE_BUILD_TYPE=Release -DDISABLE_WERROR=True . make %{?_smp_mflags} %install