CMake fixes for mass change.

This commit is contained in:
Richard Shaw 2020-08-10 20:57:18 -05:00
parent 19a848f4ea
commit d92c499b90
1 changed files with 4 additions and 8 deletions

View File

@ -36,23 +36,19 @@ Development headers and documentation for %{name}.
%build %build
mkdir build && pushd build %cmake -DINSTALL_DOCS=OFF
%cmake -DINSTALL_DOCS=OFF \
../
%make_build %cmake_build
%install %install
pushd build %cmake_install
%make_install
popd
install -D -m 0644 man/f3dinfo.1 %{buildroot}%{_mandir}/man1/f3dinfo.1 install -D -m 0644 man/f3dinfo.1 %{buildroot}%{_mandir}/man1/f3dinfo.1
%check %check
pushd build pushd %{_vpath_builddir}
./unitTest ./unitTest