Remove dot from %cmake invocation to fix FTBFS.

This commit is contained in:
Jerry James 2022-07-20 17:08:13 -06:00
parent 0e28ffda28
commit 9b53d13430
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# Documentation is in the devel subpackage
addFilter(r'check-static\.[^:]+: W: no-documentation')

View File

@ -90,7 +90,7 @@ sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
%make_build
cd -
%cmake -DCHECK_ENABLE_TIMEOUT_TESTS:BOOL=OFF .
%cmake -DCHECK_ENABLE_TIMEOUT_TESTS:BOOL=OFF
%cmake_build
%install