We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63911d commit 611e32aCopy full SHA for 611e32a
1 file changed
debian/rules
@@ -20,15 +20,10 @@ include /usr/share/dpkg/default.mk
20
%:
21
dh $@ --buildsystem=cmake
22
23
-override_dh_auto_test:
24
- cd obj-* && make test
25
26
# debmake generated override targets
27
# This is example for Cmake (See http://bugs.debian.org/641051 )
28
override_dh_auto_configure:
29
dh_auto_configure -- \
30
- -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
31
- -DENABLE_TESTS=on
32
-
33
+ -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
34
0 commit comments