Fix FTBFS due to updated CMake.

This commit is contained in:
Vít Ondruch 2019-02-04 12:04:01 +01:00
parent c6668e5797
commit a30c6a1232

View File

@ -32,7 +32,7 @@ Essential RPM build macros for alternative packaging.
%autosetup -p1
%build
%cmake
%cmake .
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"