Skip to content
Snippets Groups Projects
Commit 706879a5 authored by ab0027's avatar ab0027 💬
Browse files

Fix install path

parent cb8532f7
No related branches found
No related tags found
No related merge requests found
Pipeline #12192 failed
...@@ -7,11 +7,12 @@ ...@@ -7,11 +7,12 @@
dh $@ dh $@
override_dh_auto_configure: override_dh_auto_configure:
$(shell pwd)
dh_auto_configure -- \ dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off -DBUILD_BENCHMARKS=off -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off -DBUILD_BENCHMARKS=off
override_dh_install: override_dh_auto_install:
$(shell pwd) $(shell pwd)
dh_install $@ dh_auto_install $@
override_dh_usrlocal: override_dh_usrlocal:
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