#!/usr/bin/make -f

CMAKE_FLAGS = -DCATKIN_ENABLE_TESTING=OFF

%:
	dh $@ --buildsystem=cmake --with python3

override_dh_auto_configure:
	dh_auto_configure -- $(CMAKE_FLAGS)
