[cmake] Run configure.sh at build

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-07-31 07:19:08 +00:00
parent c6dcfc71bf
commit 96ef33a401
19 changed files with 14 additions and 92 deletions

View File

@@ -47,7 +47,6 @@ cd %{project_src}/..
%if %{rhel} == 7
source /opt/rh/devtoolset-7/enable
%endif
echo | %{project_src}/configure.sh
mkdir -p %{project_root}/build
cd %{project_root}/build
cmake3 %{project_src} -DSKIP_QT_GUI=ON