CMake fixups for mass change.

epel9
Richard Shaw 4 years ago
parent ff0b1f0b5b
commit 85d43c8edf

@ -48,18 +48,14 @@ Example code for Codec 2
%build
mkdir build_linux && pushd build_linux
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DLPCNET=ON \
../
-DLPCNET=ON
make %{?_smp_mflags}
%cmake_build
%install
pushd build_linux
%make_install
popd
%cmake_install
# Create and install pkgconfig file
mkdir -p %{buildroot}%{_libdir}/pkgconfig

Loading…
Cancel
Save