CuraEngine: Disable tests

Ultimaker made some crap here. GMock and GTest can't be found and it keeps trying to download it all the time.
This commit is contained in:
Thomas Karl Pietrowski 2019-07-13 12:41:31 +02:00 committed by GitHub
parent dfa3ea084c
commit 5b9a1bed77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ DEB_PACKAGE_VERSION ?= $(shell dpkg-parsechangelog -SVersion | cut -f2 -d":" | c
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DBUILD_TESTS:BOOL=ON \
-DBUILD_TESTS:BOOL=OFF \
-DCURA_ENGINE_VERSION=${DEB_PACKAGE_VERSION}
override_dh_install: