Fix build with recent cmake

The extra dot after the %cmake macro causes build failure with the
recent cmake versions. Although this is regression on cmake side, it
looks safe to remove that dot as workaround, because the macro uses
"-S ." already.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2057738
This commit is contained in:
Ondrej Holy 2022-03-11 09:04:25 +01:00
parent 3a62f0cfae
commit b6615f9bd8

View File

@ -216,7 +216,7 @@ find . -name "*.c" -exec chmod 664 {} \;
-DARM_FP_ABI=soft \
-DWITH_NEON=OFF \
%endif
.
%{nil}
%cmake_build