From: Michael Schroeder Date: Thu, 25 Jan 2024 15:20:28 +0000 (+0100) Subject: Get rid of cmake warning X-Git-Tag: 0.7.28~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e693614f42b4407e7e8c081341bb360de81ef1d4;p=thirdparty%2Flibsolv.git Get rid of cmake warning --- diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index 9b571e70..9a70c72a 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -287,7 +287,7 @@ ln -s repo2solv %{buildroot}/%{_bindir}/repo2solv.sh %if %{with python_singlespec} %{python_expand pyver=%%python_version -cmake -U '*PYTHON*' -DENABLE_PYTHON=1 -DPYTHON_VERSION_MAJOR=${pyver%%.*} -DPYTHON_VERSION_MINOR=${pyver#*.} +cmake . -U '*PYTHON*' -DENABLE_PYTHON=1 -DPYTHON_VERSION_MAJOR=${pyver%%.*} -DPYTHON_VERSION_MINOR=${pyver#*.} make DESTDIR=%{buildroot} -C bindings/python install } %python_compileall