Remove dot from %cmake invocation to fix FTBFS.
This commit is contained in:
parent
ee3e440473
commit
547f37482f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue