use %cmake
This commit is contained in:
parent
90329b323d
commit
cd2b50fe93
@ -38,7 +38,7 @@ developing applications that use %{name}.
|
|||||||
%build
|
%build
|
||||||
mkdir obj
|
mkdir obj
|
||||||
cd obj
|
cd obj
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=%{libdir} ..
|
%cmake ..
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user