Skip to content
Snippets Groups Projects
Commit 155598f6 authored by Filippo Rusconi's avatar Filippo Rusconi
Browse files

Remove unnecessary --parallel argument.

parent 3075a250
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
export DESTDIR=$(CURDIR)/debian/tmp
%:
dh $@ --buildsystem=cmake --parallel
dh $@ --buildsystem=cmake
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment