Remove dot from %cmake invocation to fix FTBFS.

This commit is contained in:
Jerry James 2022-07-20 16:27:51 -06:00
commit 547f37482f

View file

@ -52,7 +52,7 @@ sed -e 's/ -O3//' \
-i CMakeLists.txt
%build
%cmake -DUSE_GMP:BOOL=ON .
%cmake -DUSE_GMP:BOOL=ON
%cmake_build
# Build the documentation