fix cmake invocation

This commit is contained in:
Dan Horák 2019-02-10 14:46:32 +01:00
parent 34f48d7350
commit fe152d5cd8
1 changed files with 1 additions and 1 deletions

View File

@ -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